dbus: set runstatedir to /run
else it's /var/run.
This commit is contained in:
parent
ccd8421dc9
commit
dc9c69efcf
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ self = stdenv.mkDerivation {
|
|||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
"--runstatedir=/run"
|
||||
"--with-session-socket-dir=/tmp"
|
||||
"--with-system-pid-file=/run/dbus/pid"
|
||||
"--with-system-socket=/run/dbus/system_bus_socket"
|
||||
|
|
Loading…
Reference in a new issue