Skip to content

Commit

Permalink
Merge pull request #186931 from Moredread/prusa-slicer-temp-fix-test-…
Browse files Browse the repository at this point in the history
…voronoi
  • Loading branch information
mweinelt authored Aug 16, 2022
2 parents 1bc4a17 + a23d5aa commit 9050439
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/misc/prusa-slicer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ stdenv.mkDerivation rec {
# Since version 2.5.0 of nlopt we need to link to libnlopt, as libnlopt_cxx
# now seems to be integrated into the main lib.
sed -i 's|nlopt_cxx|nlopt|g' cmake/modules/FindNLopt.cmake
# Disable test_voronoi.cpp as the assembler hangs during build,
# likely due to commit e682dd84cff5d2420fcc0a40508557477f6cc9d3
# See issue #185808 for details.
sed -i 's|test_voronoi.cpp||g' tests/libslic3r/CMakeLists.txt
'';

src = fetchFromGitHub {
Expand Down

0 comments on commit 9050439

Please sign in to comment.