treewide: remove enableParallelBuilding = true if using cmake

This commit is contained in:
Ben Siraphob
2021-01-03 18:37:40 +07:00
parent fb2311d430
commit 3ae5e6ce03
378 changed files with 15 additions and 724 deletions
-3
View File
@@ -15,7 +15,6 @@ let
};
buildInputs = [ SDL2 libGLU ];
nativeBuildInputs = [ cmake ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/grimfang4/sdl-gpu";
@@ -57,8 +56,6 @@ stdenv.mkDerivation rec {
chmod +x $out/bin/riko4
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/incinirate/Riko4";
description = "Fantasy console for pixel art game development";