gwt-widgets: add licenses

This commit is contained in:
Markus Kowalewski 2018-11-01 21:08:14 +01:00
parent eea1946708
commit a923a5aa2d
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -3,13 +3,14 @@
stdenv.mkDerivation {
name = "gwt-widgets-0.2.0";
builder = ./builder.sh;
src = fetchurl {
url = mirror://sourceforge/gwt-widget/gwt-widgets-0.2.0-bin.tar.gz;
sha256 = "09isj4j6842rj13nv8264irkjjhvmgihmi170ciabc98911bakxb";
};
};
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
platforms = platforms.unix;
license = with licenses; [ afl21 lgpl2 ];
};
}