zeitgeist: drop dbus-glib and telepathy

This commit is contained in:
WORLDofPEACE 2020-10-04 01:45:04 -04:00 committed by Jan Tojnar
parent e1317b8b7b
commit 4d61e42de4
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -11,11 +11,9 @@
, libtool , libtool
, gettext , gettext
, dbus , dbus
, telepathy-glib
, gtk3 , gtk3
, json-glib , json-glib
, librdf_raptor2 , librdf_raptor2
, dbus-glib
, pythonSupport ? true , pythonSupport ? true
, python2Packages , python2Packages
}: }:
@ -57,8 +55,6 @@ stdenv.mkDerivation rec {
glib glib
sqlite sqlite
dbus dbus
telepathy-glib
dbus-glib
gtk3 gtk3
json-glib json-glib
librdf_raptor2 librdf_raptor2
@ -67,6 +63,7 @@ stdenv.mkDerivation rec {
configureFlags = [ configureFlags = [
"--with-session-bus-services-dir=${placeholder "out"}/share/dbus-1/services" "--with-session-bus-services-dir=${placeholder "out"}/share/dbus-1/services"
"--disable-telepathy"
]; ];
enableParallelBuilding = true; enableParallelBuilding = true;