12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-QQdTDhO4i9NVhegGTmdEQSNv3gooaZzTX/Rv86h3GEo=";
24 propagatedBuildInputs = [
29 nativeBuildInputs = [ cmake ];
31 CLIPPER_PATH = "${clipper.out}";
34 sed -i 's#''${Python3_SITEARCH}#${placeholder "out"}/${python.sitePackages}#' cmake/SIPMacros.cmake
38 description = "Python bindings for libnest2d";
39 homepage = "https://github.com/Ultimaker/pynest2d";
40 license = licenses.lgpl3;
41 platforms = platforms.linux;