Skip to content

Commit

Permalink
Revert "Revert "lvm2: enable parallel building" (NixOS#72823)"
Browse files Browse the repository at this point in the history
This reverts commit f735f6a.
  • Loading branch information
dtzWill committed Nov 5, 2019
1 parent 9b665f9 commit 35c57db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/os-specific/linux/lvm2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ stdenv.mkDerivation {
--replace /usr/bin/udevadm ${systemd}/bin/udevadm
'';

# https://github.com/NixOS/nixpkgs/pull/52597
# gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
enableParallelBuilding = false;
enableParallelBuilding = true;

patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
(fetchpatch {
Expand Down

0 comments on commit 35c57db

Please sign in to comment.