treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dumb";
|
||||
version = "2.0.3";
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ allegro SDL2 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user