Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gtk-sharp-bean: add license, fix description

+2 -1
+2 -1
pkgs/development/libraries/gtk-sharp-beans/default.nix
··· 18 dontStrip = true; 19 20 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; 23 }; 24 }
··· 18 dontStrip = true; 19 20 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 }