about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-15 21:41:05 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-16 13:59:08 -0400
commitcfe85bd5dfb623da9a698be3107302576bbe2b8a (patch)
treef9a3393697b0daefd8bc2d0f8ae5afe1ed6bc8e6
parent14f5e9293c431762bf7811dba2cb73fb4bf716ad (diff)
downloadnixlib-cfe85bd5dfb623da9a698be3107302576bbe2b8a.tar
nixlib-cfe85bd5dfb623da9a698be3107302576bbe2b8a.tar.gz
nixlib-cfe85bd5dfb623da9a698be3107302576bbe2b8a.tar.bz2
nixlib-cfe85bd5dfb623da9a698be3107302576bbe2b8a.tar.lz
nixlib-cfe85bd5dfb623da9a698be3107302576bbe2b8a.tar.xz
nixlib-cfe85bd5dfb623da9a698be3107302576bbe2b8a.tar.zst
nixlib-cfe85bd5dfb623da9a698be3107302576bbe2b8a.zip
accountsservice: 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/accountsservice/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/accountsservice/default.nix b/pkgs/development/libraries/accountsservice/default.nix
index 860ac3fde41f..11ac842342b5 100644
--- a/pkgs/development/libraries/accountsservice/default.nix
+++ b/pkgs/development/libraries/accountsservice/default.nix
@@ -70,6 +70,11 @@ stdenv.mkDerivation rec {
       url = "https://gitlab.freedesktop.org/accountsservice/accountsservice/commit/0e712e935abd26499ff5995ab363e5bfd9ee7c4c.patch";
       sha256 = "1y60a5fmgfqjzprwpizilrazqn3mggdlgc5sgcpsprsp62fv78rl";
     })
+    # Don't use etc/dbus-1/system.d
+    (fetchpatch {
+      url = "https://gitlab.freedesktop.org/accountsservice/accountsservice/commit/ced73d0fcbd2a54085a660d260482fc70d79bd5c.patch";
+      sha256 = "0s7fknfgxl8hnf6givmhfg4586fjb2n64i9arh1w7xnq7x9x8d4c";
+    })
   ];
 
   meta = with stdenv.lib; {