gtk-spell: add meta data

This commit is contained in:
Markus Kowalewski
2018-10-13 00:05:42 +02:00
parent aed19d59ae
commit 59e9c12db3
@@ -11,7 +11,10 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
buildInputs = [aspell gtk2 enchant intltool]; buildInputs = [aspell gtk2 enchant intltool];
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.unix; description = "Word-processor-style highlighting and replacement of misspelled words";
homepage = http://gtkspell.sourceforge.net;
platforms = platforms.unix;
license = licenses.gpl2;
}; };
} }