Loading pkgs/development/python-modules/cx-freeze/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,7 @@ patchelf, dmgbuild, # tests anyio, bcrypt, darwin, python, pytest-mock, pytestCheckHook, Loading Loading @@ -82,6 +79,9 @@ buildPythonPackage rec { pytestCheckHook writableTmpDirAsHomeHook versionCheckHook ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.sigtool ]; versionCheckProgram = "${placeholder "out"}/bin/cxfreeze"; Loading Loading
pkgs/development/python-modules/cx-freeze/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -17,10 +17,7 @@ patchelf, dmgbuild, # tests anyio, bcrypt, darwin, python, pytest-mock, pytestCheckHook, Loading Loading @@ -82,6 +79,9 @@ buildPythonPackage rec { pytestCheckHook writableTmpDirAsHomeHook versionCheckHook ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.sigtool ]; versionCheckProgram = "${placeholder "out"}/bin/cxfreeze"; Loading