Merge pull request #138755 from NixOS/backport-136493-to-staging-21.05

[Backport staging-21.05] qt5.qtbase: Enable parallel building
This commit is contained in:
Artturi 2021-09-22 06:54:02 +03:00 committed by GitHub
commit 9e819a3383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ stdenv.mkDerivation {
propagatedNativeBuildInputs = [ lndir ];
enableParallelBuilding = true;
outputs = [ "bin" "dev" "out" ];
inherit patches;