Loading pkgs/development/python-modules/pynest2d/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ libnest2d, sip4, clipper, distutils, }: buildPythonPackage rec { Loading @@ -25,8 +26,14 @@ buildPythonPackage rec { libnest2d sip4 clipper distutils ]; nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake sip4 ]; strictDeps = true; CLIPPER_PATH = "${clipper.out}"; Loading Loading
pkgs/development/python-modules/pynest2d/default.nix +8 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ libnest2d, sip4, clipper, distutils, }: buildPythonPackage rec { Loading @@ -25,8 +26,14 @@ buildPythonPackage rec { libnest2d sip4 clipper distutils ]; nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake sip4 ]; strictDeps = true; CLIPPER_PATH = "${clipper.out}"; Loading