Merge pull request #62673 from romildo/upd.mate

mate.mate-user-share: add dbus-glib dependency
This commit is contained in:
José Romildo Malaquias 2019-06-05 09:31:22 -03:00 committed by GitHub
commit b7aaf96543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, libnotify, libxml2, libcanberra-gtk3, mod_dnssd, apacheHttpd, hicolor-icon-theme, mate, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, dbus-glib, libnotify, libxml2, libcanberra-gtk3, mod_dnssd, apacheHttpd, hicolor-icon-theme, mate, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "mate-user-share-${version}";
@ -13,14 +13,15 @@ stdenv.mkDerivation rec {
pkgconfig
intltool
itstool
libxml2
wrapGAppsHook
];
buildInputs = [
gtk3
dbus-glib
libnotify
libcanberra-gtk3
libxml2
mate.caja
hicolor-icon-theme
# Should mod_dnssd and apacheHttpd be runtime dependencies?