gtk-sharp-bean: add license, fix description
This commit is contained in:
parent
867ddb29ea
commit
2e335ac4bb
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user