gnome2.gnome_icon_theme: minor layout change

This commit is contained in:
José Romildo Malaquias 2020-04-03 22:30:26 -03:00
parent d4042b9ccb
commit 2e7067f984

View file

@ -9,10 +9,17 @@ stdenv.mkDerivation rec {
sha256 = "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im";
};
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk2 ];
nativeBuildInputs = [
pkgconfig
intltool
iconnamingutils
gtk2
];
# remove a tree of dirs with no files within
postInstall = '' rm -r "$out/share/locale" '';
postInstall = ''
# remove a tree of dirs with no files within
rm -r "$out/share/locale"
'';
meta = with stdenv.lib; {
description = "Collection of icons for the GNOME 2 desktop";