gnome3.adwaita-icon-theme: remove empty dir tree

Also similar for old gnome2 icon theme.
/cc maintainer @lethalman.
wip/yesman
Vladimír Čunát 9 years ago
parent 9e0dcf3bd9
commit 7c36b4611d
  1. 3
      pkgs/desktops/gnome-2/desktop/gnome-icon-theme/default.nix
  2. 5
      pkgs/desktops/gnome-3/3.16/core/adwaita-icon-theme/default.nix

@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
# remove a tree of dirs with no files within
postInstall = '' rm -r "$out/share/locale" '';
meta = {
platforms = stdenv.lib.platforms.linux;
};

@ -13,9 +13,12 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ hicolor_icon_theme ];
buildInputs = [ gdk_pixbuf librsvg ];
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
# remove a tree of dirs with no files within
postInstall = '' rm -r "$out/locale" '';
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = [ maintainers.lethalman ];

Loading…
Cancel
Save