gtk-sharp: add meta data
This commit is contained in:
parent
2e335ac4bb
commit
aed19d59ae
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user