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