python3Packages.pynest2d: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:03:18 +01:00
parent c4f52c7c5d
commit bb9acb48f8
@@ -35,7 +35,7 @@ buildPythonPackage rec {
strictDeps = true;
CLIPPER_PATH = "${clipper.out}";
env.CLIPPER_PATH = clipper.out;
postPatch = ''
sed -i 's#''${Python3_SITEARCH}#${placeholder "out"}/${python.sitePackages}#' cmake/SIPMacros.cmake