mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
flatcam: fix build
This commit is contained in:
parent
01b453a5c8
commit
5c042401b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user