Commit 5c042401 authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

flatcam: fix build

parent 01b453a5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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