Merge pull request #234283 from infinisil/fix/flatcam

flatcam: fix build
This commit is contained in:
Weijia Wang
2023-05-27 00:00:27 +03:00
committed by GitHub
@@ -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