libsForQt5.pyotherside: Rename from pyotherside
So a Qt6 build can be added.
This commit is contained in:
@@ -1738,6 +1738,7 @@ mapAliases {
|
||||
pyCA = warnAlias "'pyCA' was renamed to 'pyca'" pyca; # Added 2026-02-12
|
||||
pyload-ng = throw "'pyload-ng' has been removed due to vulnerabilities and being unmaintained"; # Added 2026-03-21
|
||||
pyo3-pack = throw "'pyo3-pack' has been renamed to/replaced by 'maturin'"; # Converted to throw 2025-10-27
|
||||
pyotherside = warnAlias "'pyotherside' has been renamed to 'libsForQt5.pyotherside'."; # Added 2026-03-27
|
||||
pypolicyd-spf = throw "'pypolicyd-spf' has been renamed to/replaced by 'spf-engine'"; # Converted to throw 2025-10-27
|
||||
python3Full = throw "python3Full has been removed. Bluetooth support is now enabled by default. The tkinter package is available within the package set."; # Added 2025-08-30
|
||||
python311Full = throw "python311Full has been removed. Bluetooth support is now enabled by default. The tkinter package is available within the package set."; # Added 2025-08-30
|
||||
|
||||
@@ -7117,8 +7117,6 @@ with pkgs;
|
||||
|
||||
pth = if stdenv.hostPlatform.isMusl then npth else gnupth;
|
||||
|
||||
pyotherside = libsForQt5.callPackage ../development/libraries/pyotherside { };
|
||||
|
||||
qbs = libsForQt5.callPackage ../development/tools/build-managers/qbs { };
|
||||
|
||||
qdjango = libsForQt5.callPackage ../development/libraries/qdjango { };
|
||||
|
||||
@@ -154,6 +154,8 @@ makeScopeWithSplicing' {
|
||||
|
||||
pulseaudio-qt = callPackage ../development/libraries/pulseaudio-qt { };
|
||||
|
||||
pyotherside = callPackage ../development/libraries/pyotherside { };
|
||||
|
||||
qca = callPackage ../development/libraries/qca {
|
||||
inherit (libsForQt5) qtbase;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user