forked from mirrors/nixpkgs
gwt-dnd: add license
This commit is contained in:
parent
08f4d756af
commit
eea1946708
|
@ -3,13 +3,14 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "gwt-dnd-2.6.5";
|
||||
builder = ./builder.sh;
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = http://gwt-dnd.googlecode.com/files/gwt-dnd-2.6.5.jar;
|
||||
sha256 = "07zdlr8afs499asnw0dcjmw1cnjc646v91lflx5dv4qj374c97fw";
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue