treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
|
||||
cp $src/src/zopfli/*.h $dev/include/
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Very good, but slow, deflate or zlib compression";
|
||||
|
||||
Reference in New Issue
Block a user