or-tools: remove superfluous pythonOlder
This commit is contained in:
@@ -43,7 +43,6 @@ let
|
||||
ninja
|
||||
numpy
|
||||
pytestCheckHook
|
||||
pythonOlder
|
||||
setuptools
|
||||
;
|
||||
python = python3;
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
stdenv,
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
ninja,
|
||||
@@ -16,7 +15,6 @@
|
||||
catch2,
|
||||
numpy,
|
||||
pytestCheckHook,
|
||||
libxcrypt,
|
||||
makeSetupHook,
|
||||
}:
|
||||
let
|
||||
@@ -51,7 +49,6 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
];
|
||||
|
||||
buildInputs = lib.optionals (pythonOlder "3.9") [ libxcrypt ];
|
||||
propagatedNativeBuildInputs = [ setupHook ];
|
||||
|
||||
dontUseCmakeBuildDir = true;
|
||||
|
||||
Reference in New Issue
Block a user