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.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user