augeas: disable parallel building
Hydra uses -j2 and was not affected.
This commit is contained in:
@@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
|
||||
libxml2
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Makefile doesn't specify dependencies on parser.h correctly
|
||||
enableParallelBuilding = false;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user