caja: add dependency on hicolor_icon_theme

This commit is contained in:
José Romildo Malaquias
2018-01-09 02:40:04 +02:00
committed by Tuomas Tynkkynen
parent 00846e6dbf
commit dd6856a866
+2 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libnotify, libxml2, libexif, exempi, mate, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libnotify, libxml2, libexif, exempi, mate, hicolor_icon_theme, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "caja-${version}";
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
libexif
exempi
mate.mate-desktop
hicolor_icon_theme
];
patches = [