augeas: disable parallel building

Hydra uses -j2 and was not affected.
This commit is contained in:
FliegendeWurst 2025-04-27 18:55:42 +02:00
parent 042b910738
commit 65bcc82e40

View file

@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
libxml2 libxml2
]; ];
enableParallelBuilding = true; # Makefile doesn't specify dependencies on parser.h correctly
enableParallelBuilding = false;
doCheck = true; doCheck = true;