slic3r-prusa3d: enable parallel building

This commit is contained in:
André-Patrick Bubel 2018-02-16 22:24:21 +01:00
parent 635ae6d292
commit 26615e1260
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
name = "slic3r-prusa-edition-${version}";
version = "1.38.7";
enableParallelBuilding = true;
buildInputs = [
cmake
perl