Merge pull request #38381 from xeji/p/mailutils

mailutils: disable parallel building
This commit is contained in:
Matthew Justin Bauer 2018-04-03 13:20:30 -05:00 committed by GitHub
commit 3bbea5c65b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
];
doCheck = true;
enableParallelBuilding = true;
enableParallelBuilding = false;
hardeningDisable = [ "format" ];
configureFlags = [