treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake pkgconfig gettext ];
|
||||
buildInputs = [ dbus dbus-glib libgaminggear libgudev lua ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DUDEVDIR=\${out}/lib/udev/rules.d"
|
||||
"-DCMAKE_MODULE_PATH=${libgaminggear.dev}/lib/cmake"
|
||||
|
||||
Reference in New Issue
Block a user