nixpkgs/pkgs/development/compilers/strategoxt/strategoxt-0.9.3.nix
Eelco Dolstra 66c3040dbb * Semicolons at the end of an attrset are now required.
svn path=/nixpkgs/trunk/; revision=726
2004-01-29 14:28:16 +00:00

15 lines
380 B
Nix

{stdenv, fetchurl, aterm, sdf}: derivation {
name = "strategoxt-0.9.3";
system = stdenv.system;
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-0.9.3.tar.gz;
md5 = "3425e7ae896426481bd258817737e3d6";
};
stdenv = stdenv;
aterm = aterm;
sdf = sdf;
tarfile = "true";
dir = "strategoxt";
}