···18 dontStrip = true;
1920 meta = with stdenv.lib; {
21- description = "gtk-sharp-beans binds some API from Gtk+ that isn't in Gtk# 2.12.x";
22 platforms = platforms.linux;
023 };
24}
···18 dontStrip = true;
1920 meta = with stdenv.lib; {
21+ description = "Binds some API from Gtk+ that isn't in Gtk# 2.12.x";
22 platforms = platforms.linux;
23+ license = licenses.lgpl21;
24 };
25}