nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #136493 from tweag/qtbase-parallel-build

qt5.qtbase: Enable parallel building

authored by

adisbladis and committed by
GitHub
6edb3d30 da011344

+2
+2
pkgs/development/libraries/qt-5/modules/qtbase.nix
··· 84 84 85 85 propagatedNativeBuildInputs = [ lndir ]; 86 86 87 + enableParallelBuilding = true; 88 + 87 89 outputs = [ "bin" "dev" "out" ]; 88 90 89 91 inherit patches;