From 1d44ac176ce6de74ac912a5b043e948a87a6d2f5 Mon Sep 17 00:00:00 2001 From: Artturin Date: Sat, 14 May 2022 04:13:49 +0300 Subject: treewide: add enableParallelBuilding's to bootstrap packages so hashes stay the same when enableParallelBuildingByDefault is enabled verified with `nix-diff $(nix eval ".#gcc-unwrapped.drvPath") $(nix eval --expr 'with import ./. { config = { enableParallelBuildingByDefault = true; }; }; gcc-unwrapped.drvPath' --impure)` --- pkgs/development/tools/misc/patchelf/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/tools/misc/patchelf/default.nix') diff --git a/pkgs/development/tools/misc/patchelf/default.nix b/pkgs/development/tools/misc/patchelf/default.nix index a3cac523bcb..d51af9ca332 100644 --- a/pkgs/development/tools/misc/patchelf/default.nix +++ b/pkgs/development/tools/misc/patchelf/default.nix @@ -17,6 +17,8 @@ stdenv.mkDerivation rec { strictDeps = true; setupHook = [ ./setup-hook.sh ]; + enableParallelBuilding = true; + # fails 8 out of 24 tests, problems when loading libc.so.6 doCheck = stdenv.name == "stdenv-linux"; -- cgit 1.4.1