gnumeric: add platforms, maintainer

This commit is contained in:
Vladimír Čunát 2013-12-28 15:49:19 +01:00
parent a126ce011a
commit 9f735bdf57

View file

@ -25,9 +25,11 @@ stdenv.mkDerivation rec {
--prefix XDG_DATA_DIRS : "${gtk3}/share:${gnome_icon_theme}/share" --prefix XDG_DATA_DIRS : "${gtk3}/share:${gnome_icon_theme}/share"
''; '';
meta = { meta = with stdenv.lib; {
description = "The GNOME Office Spreadsheet"; description = "The GNOME Office Spreadsheet";
license = "GPLv2+"; license = "GPLv2+";
homepage = http://projects.gnome.org/gnumeric/; homepage = http://projects.gnome.org/gnumeric/;
platforms = platforms.linux;
maintainers = [ maintainers.vcunat ];
}; };
} }