From 3ae5e6ce03f9dbf3f0a0a3e3161c83e28c1b45af Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Sun, 3 Jan 2021 16:43:56 +0700 Subject: treewide: remove enableParallelBuilding = true if using cmake --- pkgs/development/libraries/leatherman/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/development/libraries/leatherman/default.nix') diff --git a/pkgs/development/libraries/leatherman/default.nix b/pkgs/development/libraries/leatherman/default.nix index a1de88ef1ca..7f1c292c5f1 100644 --- a/pkgs/development/libraries/leatherman/default.nix +++ b/pkgs/development/libraries/leatherman/default.nix @@ -16,8 +16,6 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake ]; buildInputs = [ boost curl ruby ]; - enableParallelBuilding = true; - meta = with stdenv.lib; { homepage = "https://github.com/puppetlabs/leatherman/"; description = "A collection of C++ and CMake utility libraries"; -- cgit 1.4.1