btrfs-progs: enable parallel building

Tested at -j8.
This commit is contained in:
Alyssa Ross 2022-01-16 19:52:08 +00:00
parent cd4acca2e2
commit fc2c685b2b
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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/";