mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
Merge pull request #223663 from amjoseph-nixpkgs/pr/gpgme/enableParallelBuilding2
This commit is contained in:
commit
a288d73b36
@ -95,6 +95,8 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional stdenv.hostPlatform.is32bit "-D_FILE_OFFSET_BITS=64"
|
||||
);
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# prevent tests from being run during the buildPhase
|
||||
makeFlags = [ "tests=" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user