btrfs-progs: enable parallel building

Tested at -j8.
main
Alyssa Ross 2 years ago
parent cd4acca2e2
commit fc2c685b2b
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 2
      pkgs/tools/filesystems/btrfs-progs/default.nix

@ -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…
Cancel
Save