about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/granite
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-12 10:25:05 -0400
committerJan Tojnar <jtojnar@gmail.com>2019-09-18 22:47:26 +0200
commitb0c2aea20b5cec3efe3441af8b26e7f2f0af76f6 (patch)
tree1d1540f347139557f9dbd6f1ca349227c3095494 /pkgs/desktops/pantheon/granite
parent22f70547f622255bdb35dedfc82d3cbc9f5b219d (diff)
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
Diffstat (limited to 'pkgs/desktops/pantheon/granite')
-rw-r--r--pkgs/desktops/pantheon/granite/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/granite/default.nix b/pkgs/desktops/pantheon/granite/default.nix
index 521d22d233531..bc76ae2fdea35 100644
--- a/pkgs/desktops/pantheon/granite/default.nix
+++ b/pkgs/desktops/pantheon/granite/default.nix
@@ -11,7 +11,6 @@
 , gtk3
 , glib
 , gettext
-, hicolor-icon-theme
 , gobject-introspection
 , wrapGAppsHook
 }:
@@ -56,7 +55,6 @@ stdenv.mkDerivation rec {
   buildInputs = [
     glib
     gtk3
-    hicolor-icon-theme
     libgee
   ];