eom: list hicolor_icon_theme after gtk

There is a bug on the glib hooker that prevents running its pre fixup
phase if it is listed before hicolor_icon_theme in the dependencies of a
derivation.
This commit is contained in:
José Romildo Malaquias 2018-01-04 14:42:46 -02:00 committed by Tuomas Tynkkynen
parent 598c6c13f0
commit 019636c02e

View file

@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
pkgconfig
intltool
itstool
hicolor_icon_theme
wrapGAppsHook
];
@ -31,6 +30,7 @@ stdenv.mkDerivation rec {
gnome3.gtk
gnome3.libpeas
mate.mate-desktop
hicolor_icon_theme
];
meta = {