* bluez: store state under /var.
svn path=/nixpkgs/trunk/; revision=16651
This commit is contained in:
parent
a58d165524
commit
80b0d89ff0
@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [pkgconfig dbus.libs glib libusb alsaLib];
|
buildInputs = [pkgconfig dbus.libs glib libusb alsaLib];
|
||||||
|
|
||||||
|
configureFlags = "--localstatedir=/var";
|
||||||
|
|
||||||
|
# Work around `make install' trying to create /var/lib/bluetooth.
|
||||||
|
installFlags = "statedir=$(TMPDIR)/var/lib/bluetooth";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.bluez.org/;
|
homepage = http://www.bluez.org/;
|
||||||
description = "Bluetooth support for Linux";
|
description = "Bluetooth support for Linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user