gnome3.gspell: complete meta attribute
This commit is contained in:
parent
3726a26dac
commit
ed7607f4cd
@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ glib gtk3 isocodes ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A spell-checking library for GTK+ applications";
|
||||
homepage = https://wiki.gnome.org/Projects/gspell;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = gnome3.maintainers;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user