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}";
|
name = "slic3r-prusa-edition-${version}";
|
||||||
version = "1.38.7";
|
version = "1.38.7";
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cmake
|
cmake
|
||||||
perl
|
perl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user