mate.mate-icon-theme-faenza: add missing parent icon themes

This commit is contained in:
José Romildo Malaquias 2020-04-17 20:48:46 -03:00
parent 9bcc3d83a9
commit b6f046f725

View file

@ -11,11 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook gtk3 ];
buildInputs = [ mate.mate-icon-theme ];
propagatedBuildInputs = [
hicolor-icon-theme
];
propagatedBuildInputs = [ mate.mate-icon-theme hicolor-icon-theme ];
dontDropIconThemeCache = true;