Merge pull request #62673 from romildo/upd.mate
mate.mate-user-share: add dbus-glib dependency
This commit is contained in:
commit
b7aaf96543
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue