caja: add dependency on hicolor_icon_theme
This commit is contained in:
parent
00846e6dbf
commit
dd6856a866
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "caja-${version}";
|
name = "caja-${version}";
|
||||||
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
libexif
|
libexif
|
||||||
exempi
|
exempi
|
||||||
mate.mate-desktop
|
mate.mate-desktop
|
||||||
|
hicolor_icon_theme
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user