From 70e8face4c210d372d2b8085a00a70a5ce5c8c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hedin=20Br=C3=B8nner?= Date: Sun, 25 Mar 2018 07:57:11 +0200 Subject: [PATCH] makeDBusConf: Look for .conf files in share/dbus-1/system.d/ too Some packages install their dbus config files to `share/dbus-1/system.d` instead of `etc/dbus-1/system.d`, so look in both places. --- pkgs/development/libraries/dbus/make-system-conf.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/dbus/make-system-conf.xsl b/pkgs/development/libraries/dbus/make-system-conf.xsl index 3d8b823437d6..dd644b4bce7c 100644 --- a/pkgs/development/libraries/dbus/make-system-conf.xsl +++ b/pkgs/development/libraries/dbus/make-system-conf.xsl @@ -27,6 +27,7 @@ /share/dbus-1/system-services /etc/dbus-1/system.d + /share/dbus-1/system.d