zbar: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
This commit is contained in:
parent
369f386e1c
commit
ac0e914fdc
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--without-python"
|
||||
] ++ (if enableDbus then [
|
||||
"--with-dbusconfdir=${placeholder "out"}/etc"
|
||||
"--with-dbusconfdir=${placeholder "out"}/share"
|
||||
] else [
|
||||
"--without-dbus"
|
||||
]) ++ (if enableVideo then [
|
||||
|
Loading…
Reference in New Issue
Block a user