bluez5: enable parallel building

This commit is contained in:
Nikolay Amiantov 2016-02-12 21:26:11 +03:00
parent 59d1339c80
commit c0a02801d7

View file

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