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 @@
|
||||
{ fetchurl, stdenv, intltool, pkgconfig, gtk2, xdotool, hicolor-icon-theme }:
|
||||
{ fetchurl, stdenv, intltool, pkgconfig, gtk2, xdotool }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "clipit";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ intltool gtk2 xdotool hicolor-icon-theme ];
|
||||
buildInputs = [ intltool gtk2 xdotool ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Lightweight GTK Clipboard Manager";
|
||||
|
||||
Reference in New Issue
Block a user