Skip to content

Commit

Permalink
gnome3.gnome-terminal: add hicolor-icon-theme
Browse files Browse the repository at this point in the history
To remove its icon cache.
  • Loading branch information
worldofpeace committed Jul 14, 2019
1 parent 696767a commit 90844e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/desktops/gnome-3/core/gnome-terminal/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, libxml2, gnome3, dconf, nautilus
, gtk3, gsettings-desktop-schemas, vte, intltool, which, libuuid, vala
, desktop-file-utils, itstool, wrapGAppsHook }:
, desktop-file-utils, itstool, wrapGAppsHook, hicolor-icon-theme }:

stdenv.mkDerivation rec {
name = "gnome-terminal-${version}";
Expand All @@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig intltool itstool which libxml2
vala desktop-file-utils wrapGAppsHook
hicolor-icon-theme # for setup-hook
];

# Silly ./configure, it looks for dbus file from gnome-shell in the
Expand Down

0 comments on commit 90844e1

Please sign in to comment.