Upgraded GWT to 1.5.3
svn path=/nixpkgs/trunk/; revision=17698
This commit is contained in:
parent
1608964306
commit
49124816cc
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, glib, gtk, pango, atk, libX11, libXt, libstdcpp5}:
|
{stdenv, fetchurl, glib, gtk, pango, atk, libX11, libXt, libstdcpp5}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gwt-linux-1.4.61";
|
name = "gwt-linux-1.5.3";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://google-web-toolkit.googlecode.com/files/gwt-linux-1.4.61.tar.bz2;
|
url = http://google-web-toolkit.googlecode.com/files/gwt-linux-1.5.3.tar.bz2;
|
||||||
md5 = "5aa5d630716817f7cf22dc2a36c0fcbd";
|
sha1 = "5d7d3295cef4d0eb06a991138e9f538409146027";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit glib gtk pango atk libX11 libXt libstdcpp5;
|
inherit glib gtk pango atk libX11 libXt libstdcpp5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user