···1818 dontStrip = true;
19192020 meta = with stdenv.lib; {
2121- description = "gtk-sharp-beans binds some API from Gtk+ that isn't in Gtk# 2.12.x";
2121+ description = "Binds some API from Gtk+ that isn't in Gtk# 2.12.x";
2222 platforms = platforms.linux;
2323+ license = licenses.lgpl21;
2324 };
2425}