augeas: disable parallel building (#402469)

This commit is contained in:
Aleksana
2025-05-15 19:08:37 +08:00
committed by GitHub
+2 -1
View File
@@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
libxml2
];
enableParallelBuilding = true;
# Makefile doesn't specify dependencies on parser.h correctly
enableParallelBuilding = false;
doCheck = true;