Unverified Commit 22f90176 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #234283 from infinisil/fix/flatcam

flatcam: fix build
parents 3d142261 5c042401
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