summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/rox
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/rox
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/rox')
-rw-r--r--pkgs/desktops/rox/rox-filer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/rox/rox-filer/default.nix b/pkgs/desktops/rox/rox-filer/default.nix
index 543e3ca897f1..05f5936a6cb0 100644
--- a/pkgs/desktops/rox/rox-filer/default.nix
+++ b/pkgs/desktops/rox/rox-filer/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, libxml2, gtk, libSM, shared-mime-info, hicolor-icon-theme }:
+{ stdenv, fetchurl, pkgconfig, libxml2, gtk, libSM, shared-mime-info }:
let
version = "2.11";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ libxml2 gtk shared-mime-info hicolor-icon-theme libSM ];
+ buildInputs = [ libxml2 gtk shared-mime-info libSM ];
NIX_LDFLAGS = [ "-ldl" "-lm" ];
patches = [