about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-15 21:47:44 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-16 13:59:08 -0400
commit5067fb6562fd843ffee5ad904fb083b2848a6f63 (patch)
tree5f209dd3813d204ee77b4551923ac50f04641ede
parentcfe85bd5dfb623da9a698be3107302576bbe2b8a (diff)
downloadnixlib-5067fb6562fd843ffee5ad904fb083b2848a6f63.tar
nixlib-5067fb6562fd843ffee5ad904fb083b2848a6f63.tar.gz
nixlib-5067fb6562fd843ffee5ad904fb083b2848a6f63.tar.bz2
nixlib-5067fb6562fd843ffee5ad904fb083b2848a6f63.tar.lz
nixlib-5067fb6562fd843ffee5ad904fb083b2848a6f63.tar.xz
nixlib-5067fb6562fd843ffee5ad904fb083b2848a6f63.tar.zst
nixlib-5067fb6562fd843ffee5ad904fb083b2848a6f63.zip
avahi: 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.
-rw-r--r--pkgs/development/libraries/avahi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/avahi/default.nix b/pkgs/development/libraries/avahi/default.nix
index ee451818831c..babfd6849a84 100644
--- a/pkgs/development/libraries/avahi/default.nix
+++ b/pkgs/development/libraries/avahi/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
 
   configureFlags =
     [ "--disable-qt3" "--disable-gdbm" "--disable-mono"
-      "--disable-gtk"
+      "--disable-gtk" "--with-dbus-sys=${placeholder "out"}/share/dbus-1/system.d"
       (stdenv.lib.enableFeature gtk3Support "gtk3")
       "--${if qt4Support then "enable" else "disable"}-qt4"
       (stdenv.lib.enableFeature withPython "python")