python3Packages.shiboken2: remove superfluous pythonOlder
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user