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

@ -9,7 +9,8 @@ stdenv.mkDerivation {
sha256 = "09isj4j6842rj13nv8264irkjjhvmgihmi170ciabc98911bakxb";
};
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
platforms = platforms.unix;
license = with licenses; [ afl21 lgpl2 ];
};
}