gtk-sharp: add meta data

This commit is contained in:
Markus Kowalewski
2018-10-12 23:35:56 +02:00
parent 2e335ac4bb
commit aed19d59ae
+5 -2
View File
@@ -46,7 +46,10 @@ stdenv.mkDerivation {
gtk = gtk2;
};
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
description = "Graphical User Interface Toolkit for mono and .Net";
homepage = https://www.mono-project.com/docs/gui/gtksharp;
platforms = platforms.linux;
license = licenses.gpl2;
};
}