treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
NIX_CFLAGS_LINK = [ "-lopenal" "-lfluidsynth" ];
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
@@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [cmake unzip];
|
||||
buildInputs = [zlib];
|
||||
sourceRoot = ".";
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
install -Dm755 zdbsp $out/bin/zdbsp
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user