gnome2.gnome_icon_theme: add meta attributes
This commit is contained in:
parent
6e337f2f9e
commit
91bf69cb6b
@ -14,7 +14,11 @@ stdenv.mkDerivation rec {
|
|||||||
# remove a tree of dirs with no files within
|
# remove a tree of dirs with no files within
|
||||||
postInstall = '' rm -r "$out/share/locale" '';
|
postInstall = '' rm -r "$out/share/locale" '';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
description = "Collection of icons for the GNOME 2 desktop";
|
||||||
|
homepage = "https://download.gnome.org/sources/gnome-icon-theme/";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user