diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix index 10b486a438f..0108f934693 100644 --- a/pkgs/applications/office/gnumeric/default.nix +++ b/pkgs/applications/office/gnumeric/default.nix @@ -25,9 +25,11 @@ stdenv.mkDerivation rec { --prefix XDG_DATA_DIRS : "${gtk3}/share:${gnome_icon_theme}/share" ''; - meta = { + meta = with stdenv.lib; { description = "The GNOME Office Spreadsheet"; license = "GPLv2+"; homepage = http://projects.gnome.org/gnumeric/; + platforms = platforms.linux; + maintainers = [ maintainers.vcunat ]; }; }