Merge pull request #223663 from amjoseph-nixpkgs/pr/gpgme/enableParallelBuilding2

This commit is contained in:
Artturi 2023-04-13 21:00:14 +03:00 committed by GitHub
commit a288d73b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=" ];