mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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
Block a user