qmasterpassword-wayland: rename
This commit is contained in:
@@ -1595,6 +1595,7 @@ mapAliases {
|
||||
qes = throw "'qes' has been removed, as it has been merged into shkd"; # Added 2025-12-21
|
||||
qflipper = throw "'qflipper' has been renamed to/replaced by 'qFlipper'"; # Converted to throw 2025-10-27
|
||||
qMasterPassword = warnAlias "'qMasterPassword' has been renamed to/replaced by 'qmasterpassword'" qmasterpassword; # Added 2026-02-01
|
||||
qMasterPassword-wayland = warnAlias "'qMasterPassword-wayland' has been renamed to/replaced by 'qmasterpassword-wayland'" qmasterpassword-wayland; # Added 2026-02-01
|
||||
qnial = throw "'qnial' has been removed due to failing to build and being unmaintained"; # Added 2025-06-26
|
||||
qrscan = throw "qrscan has been removed, as it does not build with supported LLVM versions"; # Added 2025-08-19
|
||||
qscintilla = throw "'qscintilla' has been renamed to/replaced by 'libsForQt5.qscintilla'"; # Converted to throw 2025-10-27
|
||||
|
||||
@@ -12710,7 +12710,7 @@ with pkgs;
|
||||
gtk3 = if stdenv.hostPlatform.isDarwin then gtk3-x11 else gtk3;
|
||||
};
|
||||
|
||||
qMasterPassword-wayland = qmasterpassword.override {
|
||||
qmasterpassword-wayland = qmasterpassword.override {
|
||||
x11Support = false;
|
||||
waylandSupport = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user