python3Packages.cx-freeze: remove unused inputs, unbreak build on darwin
Cx-freeze requires the codesign binary in the tests on darwin (only aarch64).
This commit is contained in:
@@ -17,10 +17,7 @@
|
||||
patchelf,
|
||||
dmgbuild,
|
||||
|
||||
# tests
|
||||
anyio,
|
||||
bcrypt,
|
||||
|
||||
darwin,
|
||||
python,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
@@ -82,6 +79,9 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
writableTmpDirAsHomeHook
|
||||
versionCheckHook
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.sigtool
|
||||
];
|
||||
|
||||
versionCheckProgram = "${placeholder "out"}/bin/cxfreeze";
|
||||
|
||||
Reference in New Issue
Block a user