treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ boost curl leatherman ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "A C++ port of the Typesafe Config library";
|
||||
|
||||
Reference in New Issue
Block a user