treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -23,8 +23,6 @@ in stdenv.mkDerivation {
|
||||
"-DFREEGLUT_BUILD_STATIC:BOOL=OFF"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Create and manage windows containing OpenGL contexts";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user