summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libnl
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-29 15:21:06 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-03 17:06:00 -0400
commitd8c744b862e718ccf52ca6197a1c2383d77e9482 (patch)
treecc9850462bbc42da15e2b8b6f6115361e2654c1f /pkgs/os-specific/linux/libnl
parent10fa4a571c0669e44acfedc3bf1917b3ffcfbf61 (diff)
downloadnixpkgs-d8c744b862e718ccf52ca6197a1c2383d77e9482.tar
nixpkgs-d8c744b862e718ccf52ca6197a1c2383d77e9482.tar.gz
nixpkgs-d8c744b862e718ccf52ca6197a1c2383d77e9482.tar.bz2
nixpkgs-d8c744b862e718ccf52ca6197a1c2383d77e9482.tar.lz
nixpkgs-d8c744b862e718ccf52ca6197a1c2383d77e9482.tar.xz
nixpkgs-d8c744b862e718ccf52ca6197a1c2383d77e9482.tar.zst
nixpkgs-d8c744b862e718ccf52ca6197a1c2383d77e9482.zip
libnl: Enable parallel building
This is a long enough derivation to make this worthwhile.
Diffstat (limited to 'pkgs/os-specific/linux/libnl')
-rw-r--r--pkgs/os-specific/linux/libnl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/libnl/default.nix b/pkgs/os-specific/linux/libnl/default.nix
index f66df8163ff..c79a4314d6f 100644
--- a/pkgs/os-specific/linux/libnl/default.nix
+++ b/pkgs/os-specific/linux/libnl/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation {
       sha256 = "0dd7xxikib201i99k2if066hh7gwf2i4ffckrjplq6lr206jn00r";
     });
 
+  enableParallelBuilding = true;
+
   nativeBuildInputs = [ autoreconfHook bison flex pkgconfig ];
 
   meta = with lib; {