summary refs log tree commit diff
path: root/pkgs/development/libraries/telepathy
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/telepathy
parent8b5dd47fe0db0834cebda33ad4b2d8f5ba4e9aa5 (diff)
downloadnixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.gz
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.bz2
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.lz
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.xz
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.tar.zst
nixpkgs-c7f5becba357f9dd8480ab635a07d106024dc6a6.zip
dbus: remove unused daemon passhtru
Diffstat (limited to 'pkgs/development/libraries/telepathy')
-rw-r--r--pkgs/development/libraries/telepathy/qt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/telepathy/qt/default.nix b/pkgs/development/libraries/telepathy/qt/default.nix
index accc02499d4..667d6dce74f 100644
--- a/pkgs/development/libraries/telepathy/qt/default.nix
+++ b/pkgs/development/libraries/telepathy/qt/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ cmake pkg-config python ];
   propagatedBuildInputs = [ qtbase telepathy-farstream telepathy-glib ];
   buildInputs = [ dbus-glib ];
-  checkInputs = [ dbus.daemon dbus-python ];
+  checkInputs = [ dbus dbus-python ];
 
   # No point in building tests if they are not run
   # On 0.9.7, they do not even build with QT4