python3Packages.pyside2: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:52 +01:00
parent 77a5ff56b6
commit de2bfd58ed
@@ -4,7 +4,6 @@
lib,
stdenv,
cmake,
libxcrypt,
ninja,
qt5,
shiboken2,
@@ -85,12 +84,7 @@ stdenv.mkDerivation rec {
++ lib.optionals withWebengine [
qt5.qtwebengine
]
++ (with python.pkgs; [ setuptools ])
++ (lib.optionals (python.pythonOlder "3.9") [
# see similar issue: 202262
# libxcrypt is required for crypt.h for building older python modules
libxcrypt
]);
++ (with python.pkgs; [ setuptools ]);
propagatedBuildInputs = [ shiboken2 ];