forked from mirrors/nixpkgs
btrfs-progs: enable parallel building
Tested at -j8.
This commit is contained in:
parent
cd4acca2e2
commit
fc2c685b2b
|
@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "udevruledir=$(out)/lib/udev/rules.d" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Utilities for the btrfs filesystem";
|
||||
homepage = "https://btrfs.wiki.kernel.org/";
|
||||
|
|
Loading…
Reference in a new issue