Skip to content

Commit

Permalink
lvm2: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Oct 13, 2019
1 parent 5c11b11 commit 494d2de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/os-specific/linux/lvm2/default.nix
Expand Up @@ -41,8 +41,7 @@ stdenv.mkDerivation {
sed -i /DEFAULT_PROFILE_DIR/d conf/Makefile.in
'';

# 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 494d2de

Please sign in to comment.