1 { lib, stdenv, fetchurl, unzip }:
3 stdenv.mkDerivation rec {
8 url = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/google-web-toolkit/gwt-${version}.zip";
9 sha256 = "1gvyg00vx7fdqgfl2w7nhql78clg3abs6fxxy7m03pprdm5qmm17";
12 nativeBuildInputs = [ unzip ];
21 homepage = "https://www.gwtproject.org/";
22 description = "Development toolkit for building and optimizing complex browser-based applications";
23 license = lib.licenses.asl20;
24 platforms = lib.platforms.unix;