gtk-sharp: add meta data

This commit is contained in:
Markus Kowalewski 2018-10-12 22:36:57 +02:00
parent 2e335ac4bb
commit aed19d59ae
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -46,7 +46,10 @@ stdenv.mkDerivation {
gtk = gtk2; gtk = gtk2;
}; };
meta = { meta = with stdenv.lib; {
platforms = stdenv.lib.platforms.linux; description = "Graphical User Interface Toolkit for mono and .Net";
homepage = https://www.mono-project.com/docs/gui/gtksharp;
platforms = platforms.linux;
license = licenses.gpl2;
}; };
} }