diff --git a/pkgs/development/compilers/gwt/builder.sh b/pkgs/development/compilers/gwt/builder.sh new file mode 100644 index 000000000000..f21b521382b9 --- /dev/null +++ b/pkgs/development/compilers/gwt/builder.sh @@ -0,0 +1,33 @@ +source $stdenv/setup + +tar xfvj $src +ensureDir $out +cp -av $name $out + +# Create wrapper scripts so that the GWT compiler/host work + +libPath="$libstdcpp5/lib:$glib/lib:$gtk/lib:$atk/lib:$pango/lib:$libX11/lib:$libXt/lib:$out/$name/mozilla-1.7.12" + +ensureDir $out/bin + +cat > $out/bin/gwt-compile < $out/bin/gwt-shell <