about summary refs log tree commit diff
path: root/pkgs/development/libraries/gtksourceview/3.x.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-11-21 03:03:50 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-11-21 20:23:00 +0100
commitc7f5becba357f9dd8480ab635a07d106024dc6a6 (patch)
treeb3b7b8c5c3bccdf0c744003bd9d3359200664311 /pkgs/development/libraries/gtksourceview/3.x.nix
parent8b5dd47fe0db0834cebda33ad4b2d8f5ba4e9aa5 (diff)
dbus: remove unused daemon passhtru
Diffstat (limited to 'pkgs/development/libraries/gtksourceview/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtksourceview/3.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gtksourceview/3.x.nix b/pkgs/development/libraries/gtksourceview/3.x.nix
index dce589dd6474f..c7c04f5e81603 100644
--- a/pkgs/development/libraries/gtksourceview/3.x.nix
+++ b/pkgs/development/libraries/gtksourceview/3.x.nix
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
     NO_AT_BRIDGE=1 \
     XDG_DATA_DIRS="$XDG_DATA_DIRS:${shared-mime-info}/share" \
     xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
-      --config-file=${dbus.daemon}/share/dbus-1/session.conf \
+      --config-file=${dbus}/share/dbus-1/session.conf \
       make check
   '';