fix bluez4 build
This commit is contained in:
parent
a1bca683f4
commit
2885cf525a
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,11 @@ stdenv.mkDerivation rec {
|
||||||
# gstreamer gst_plugins_base
|
# 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.
|
# Work around `make install' trying to create /var/lib/bluetooth.
|
||||||
installFlags = "statedir=$(TMPDIR)/var/lib/bluetooth";
|
installFlags = "statedir=$(TMPDIR)/var/lib/bluetooth";
|
||||||
|
|
Loading…
Reference in a new issue