flatcam: fix build

This commit is contained in:
Silvan Mosberger 2023-05-26 21:05:49 +02:00
parent 01b453a5c8
commit 5c042401b4

View file

@ -68,6 +68,10 @@ python.pkgs.buildPythonApplication rec {
./release.patch
];
postPatch = ''
substituteInPlace setup.py --replace "'shapely>=1.3'" "'shapely>=1.3',"
'';
# Only non-GUI tests can be run deterministically in the Nix build environment.
checkPhase = ''
python -m unittest tests.test_excellon