qmasterpassword-wayland: rename

This commit is contained in:
Aliaksandr
2026-02-10 02:05:34 +02:00
parent 1619cf00fd
commit 5f8a89c05b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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;
};