slic3r-prusa3d: enable parallel building
This commit is contained in:
parent
635ae6d292
commit
26615e1260
|
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||
name = "slic3r-prusa-edition-${version}";
|
||||
version = "1.38.7";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [
|
||||
cmake
|
||||
perl
|
||||
|
|
Loading…
Reference in New Issue