nixpkgs/pkgs/development/compilers/strategoxt/strategoxt-0.9.5.nix
Eelco Visser f8f9f4d12c expression for strategoxt 0.9.5
svn path=/nixpkgs/trunk/; revision=863
2004-03-28 15:52:03 +00:00

13 lines
359 B
Nix

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