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:
parent
598c6c13f0
commit
019636c02e
@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
intltool
|
intltool
|
||||||
itstool
|
itstool
|
||||||
hicolor_icon_theme
|
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -31,6 +30,7 @@ stdenv.mkDerivation rec {
|
|||||||
gnome3.gtk
|
gnome3.gtk
|
||||||
gnome3.libpeas
|
gnome3.libpeas
|
||||||
mate.mate-desktop
|
mate.mate-desktop
|
||||||
|
hicolor_icon_theme
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user