about summary refs log tree commit diff
path: root/pkgs/tools/misc/hashit
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-19 16:28:50 +0800
committerBobby Rong <rjl931189261@126.com>2022-03-19 17:16:30 +0800
commit88aee703c24c8a9234a71ad973dc65abfc093af6 (patch)
treec85c2de0fad3bcf3db0eae41d2b8f27c8d08b603 /pkgs/tools/misc/hashit
parent73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58 (diff)
various: remove elementary-icon-theme from buildInputs
These apps don't hardcode their icon themes and the icon theme
is no longer picked up by wrapGAppsHook by default. User may
also able to choose to use icon themes of their choice so pulling
them to XDG_DATA_DIRS is mostly no use.
Diffstat (limited to 'pkgs/tools/misc/hashit')
-rw-r--r--pkgs/tools/misc/hashit/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/hashit/default.nix b/pkgs/tools/misc/hashit/default.nix
index b9bf5f0ae5f8e..5971939da1747 100644
--- a/pkgs/tools/misc/hashit/default.nix
+++ b/pkgs/tools/misc/hashit/default.nix
@@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
   buildInputs = [
     gtk3
     libgee
-    pantheon.elementary-icon-theme
     pantheon.granite
   ];