* bluez: store state under /var.

svn path=/nixpkgs/trunk/; revision=16651
This commit is contained in:
Eelco Dolstra 2009-08-10 18:24:20 +00:00
parent a58d165524
commit 80b0d89ff0

View File

@ -12,6 +12,11 @@ stdenv.mkDerivation rec {
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 = {
homepage = http://www.bluez.org/;
description = "Bluetooth support for Linux";