mate-session-manager: remove explicitly dependence on gsettings_desktop_schemas

Now it is propagated by gtk3.
This commit is contained in:
José Romildo Malaquias 2017-12-25 12:33:48 -02:00 committed by Tuomas Tynkkynen
parent bf5702eb2d
commit 492ffae9b6

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, intltool, xtrans, dbus_glib, systemd,
libSM, libXtst, gtk3, gsettings_desktop_schemas, mate-desktop,
hicolor_icon_theme, wrapGAppsHook
libSM, libXtst, gtk3, mate-desktop, hicolor_icon_theme,
wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
libSM
libXtst
gtk3
gsettings_desktop_schemas
mate-desktop
hicolor_icon_theme
];