mate-session-manager: remove explicitly dependence on gsettings_desktop_schemas

Now it is propagated by gtk3.
This commit is contained in:
José Romildo Malaquias
2018-01-09 02:40:04 +02:00
committed by Tuomas Tynkkynen
parent bf5702eb2d
commit 492ffae9b6
@@ -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
];