fix bluez4 build

This commit is contained in:
Aristid Breitkreuz 2014-11-15 22:22:28 +01:00
parent a1bca683f4
commit 2885cf525a

View file

@ -24,7 +24,11 @@ stdenv.mkDerivation rec {
# gstreamer gst_plugins_base
];
configureFlags = "--localstatedir=/var --enable-cups";
configureFlags = [
"--localstatedir=/var"
"--enable-cups"
"--with-systemdunitdir=$(out)/etc/systemd/system"
];
# Work around `make install' trying to create /var/lib/bluetooth.
installFlags = "statedir=$(TMPDIR)/var/lib/bluetooth";