gnumeric: add platforms, maintainer
This commit is contained in:
parent
a126ce011a
commit
9f735bdf57
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue