Merge pull request #271316 from amjoseph-nixpkgs/pr/libgcrypt/parallel

libgcrypt: set enableParallel{Building,Checking}=true
This commit is contained in:
Rick van Schijndel
2023-12-06 22:19:22 +01:00
committed by GitHub
@@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
-e 's/NOEXECSTACK_FLAGS=$/NOEXECSTACK_FLAGS="-Wa,--noexecstack"/'
'';
enableParallelBuilding = true;
# Make sure libraries are correct for .pc and .la files
# Also make sure includes are fixed for callers who don't use libgpgcrypt-config
postFixup = ''
@@ -66,6 +68,7 @@ stdenv.mkDerivation rec {
'';
doCheck = true;
enableParallelChecking = true;
passthru.tests = {
inherit gnupg libotr rsyslog;