Skip to content

Commit 794a6b6

Browse files
committed
lvm2: enable parallel building
1 parent 2776670 commit 794a6b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ stdenv.mkDerivation rec {
141141
"libdm.device-mapper"
142142
];
143143

144+
enableParallelBuilding = true;
145+
144146
# To prevent make install from failing.
145147
installFlags = [
146148
"OWNER="

0 commit comments

Comments
 (0)