tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
qt5.mkDerivation: default enableParallelBuilding = true
Thomas Tuegel
8 years ago
3729b775
4f728319
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
qt-5
mkDerivation.nix
+1
-1
pkgs/development/libraries/qt-5/mkDerivation.nix
···
21
21
(if debug then "-DCMAKE_BUILD_TYPE=Debug"
22
22
else "-DCMAKE_BUILD_TYPE=Release");
23
23
24
24
-
enableParallelBuilding = args.enableParallelBuilding or false;
24
24
+
enableParallelBuilding = args.enableParallelBuilding or true;
25
25
26
26
};
27
27
in