gwt-widgets: add licenses
This commit is contained in:
parent
eea1946708
commit
a923a5aa2d
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user