treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -77,8 +77,6 @@ stdenv.mkDerivation rec {
|
||||
]
|
||||
++ stdenv.lib.optional stdenv.isDarwin "-DOPENGL_INCLUDE_DIR=${OpenGL}/Library/Frameworks";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user