treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
|
||||
unix/cmake/configure --prefix=$out --enable-mpg-{mmx,pthreads}
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user