about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bluez
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-02-12 21:26:11 +0300
committerNikolay Amiantov <ab@fmap.me>2016-02-12 22:47:51 +0300
commitc0a02801d7635a03022c6cb6b4d1c3efb516a0a9 (patch)
tree99081b0db8991adecbeee2012c50b7cfdb801f3d /pkgs/os-specific/linux/bluez
parent59d1339c800b4816fd55f686b43202cd832c939e (diff)
bluez5: enable parallel building
Diffstat (limited to 'pkgs/os-specific/linux/bluez')
-rw-r--r--pkgs/os-specific/linux/bluez/bluez5.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/bluez/bluez5.nix b/pkgs/os-specific/linux/bluez/bluez5.nix
index 21925a5e1ddee..2b73dc798c3fb 100644
--- a/pkgs/os-specific/linux/bluez/bluez5.nix
+++ b/pkgs/os-specific/linux/bluez/bluez5.nix
@@ -73,6 +73,8 @@ stdenv.mkDerivation rec {
     ln -s ../libexec/bluetooth/obexd $out/sbin/obexd
   '';
 
+  enableParallelBuilding = true;
+
   meta = with stdenv.lib; {
     homepage = http://www.bluez.org/;
     repositories.git = https://git.kernel.org/pub/scm/bluetooth/bluez.git;