gnome3.adwaita-icon-theme: remove empty dir tree
Also similar for old gnome2 icon theme. /cc maintainer @lethalman.
This commit is contained in:
parent
9e0dcf3bd9
commit
7c36b4611d
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
|
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
|
||||||
|
|
||||||
|
# remove a tree of dirs with no files within
|
||||||
|
postInstall = '' rm -r "$out/share/locale" '';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -16,6 +16,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
|
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk ];
|
||||||
|
|
||||||
|
# remove a tree of dirs with no files within
|
||||||
|
postInstall = '' rm -r "$out/locale" '';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.lethalman ];
|
maintainers = [ maintainers.lethalman ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user