gtk-sharp-bean: add license, fix description

This commit is contained in:
Markus Kowalewski
2018-10-12 21:44:03 +02:00
parent 867ddb29ea
commit 2e335ac4bb

View File

@@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
dontStrip = true;
meta = with stdenv.lib; {
description = "gtk-sharp-beans binds some API from Gtk+ that isn't in Gtk# 2.12.x";
description = "Binds some API from Gtk+ that isn't in Gtk# 2.12.x";
platforms = platforms.linux;
license = licenses.lgpl21;
};
}