forked from mirrors/nixpkgs
bluez5: enable parallel building
This commit is contained in:
parent
59d1339c80
commit
c0a02801d7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue