Unverified Commit baf449ff authored by Hythera's avatar Hythera
Browse files

python3Packages.cx-freeze: remove unused inputs, unbreak build on darwin

Cx-freeze requires the codesign binary in the tests on darwin (only
aarch64).
parent 5ad39f3f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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";