Unverified Commit 3c6f8e70 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

python3Packages.pynest2d: fix build

parent dba1d9d4
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  libnest2d,
  sip4,
  clipper,
  distutils,
}:

buildPythonPackage rec {
@@ -25,8 +26,14 @@ buildPythonPackage rec {
    libnest2d
    sip4
    clipper
    distutils
  ];
  nativeBuildInputs = [ cmake ];
  nativeBuildInputs = [
    cmake
    sip4
  ];

  strictDeps = true;

  CLIPPER_PATH = "${clipper.out}";