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
|
ln -s ../libexec/bluetooth/obexd $out/sbin/obexd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.bluez.org/;
|
homepage = http://www.bluez.org/;
|
||||||
repositories.git = https://git.kernel.org/pub/scm/bluetooth/bluez.git;
|
repositories.git = https://git.kernel.org/pub/scm/bluetooth/bluez.git;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user