mate-session-manager: remove explicitly dependence on gsettings_desktop_schemas
Now it is propagated by gtk3.
This commit is contained in:
parent
bf5702eb2d
commit
492ffae9b6
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user