treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -12,7 +12,6 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake perl go ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
makeFlags = [ "GOCACHE=$(TMPDIR)/go-cache" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user