python3Packages.shiboken2: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:52 +01:00
parent e511bd649a
commit 696bc004c4
@@ -5,7 +5,6 @@
pyside2,
cmake,
qt5,
libxcrypt,
llvmPackages,
}:
@@ -48,12 +47,7 @@ stdenv.mkDerivation {
python.pkgs.setuptools
qt5.qtbase
qt5.qtxmlpatterns
]
++ (lib.optionals (python.pythonOlder "3.9") [
# see similar issue: 202262
# libxcrypt is required for crypt.h for building older python modules
libxcrypt
]);
];
cmakeFlags = [ "-DBUILD_TESTS=OFF" ];