Merge pull request #38381 from xeji/p/mailutils
mailutils: disable parallel building
This commit is contained in:
commit
3bbea5c65b
@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user