Unverified Commit 4378ac7b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.cx-freeze: fix build (#424161)

parents 43b379d3 9c4c3c27
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ buildPythonPackage rec {

  buildInputs = [ ncurses ];

  pythonRelaxDeps = [ "setuptools" ];

  pythonRemoveDeps = [ "patchelf" ];

  dependencies =