spaceFM: add icon dependencies

Fixes icon problems reported in #9678
This commit is contained in:
Ryan Mulligan 2015-09-06 09:12:05 -07:00
parent 4404682923
commit 4b1cfd1e9f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, fetchurl, stdenv, gtk3, udev, desktop_file_utils, shared_mime_info , intltool, pkgconfig, makeWrapper, ffmpegthumbnailer, jmtpfs, ifuse, lsof, udisks }:
{ pkgs, fetchurl, stdenv, gtk3, udev, desktop_file_utils, shared_mime_info , intltool, pkgconfig, makeWrapper, ffmpegthumbnailer, jmtpfs, ifuse, lsof, udisks, hicolor_icon_theme, adwaita-icon-theme }:
stdenv.mkDerivation rec {
name = "spacefm-${version}";

View File

@ -3065,7 +3065,7 @@ let
sourceHighlight = callPackage ../tools/text/source-highlight { };
spaceFM = callPackage ../applications/misc/spacefm { };
spaceFM = callPackage ../applications/misc/spacefm { adwaita-icon-theme = gnome3.adwaita-icon-theme; };
squashfsTools = callPackage ../tools/filesystems/squashfs { };