Skip to content

Commit 494d2de

Browse files
committed
lvm2: enable parallel building
1 parent 5c11b11 commit 494d2de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkgs/os-specific/linux/lvm2/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ stdenv.mkDerivation {
4141
sed -i /DEFAULT_PROFILE_DIR/d conf/Makefile.in
4242
'';
4343

44-
# gcc: error: ../../device_mapper/libdevice-mapper.a: No such file or directory
45-
enableParallelBuilding = false;
44+
enableParallelBuilding = true;
4645

4746
patches = stdenv.lib.optionals stdenv.hostPlatform.isMusl [
4847
(fetchpatch {

0 commit comments

Comments
 (0)