expression for strategoxt 0.9.5

svn path=/nixpkgs/trunk/; revision=863
This commit is contained in:
Eelco Visser
2004-03-28 15:52:03 +00:00
parent 3c699fe619
commit f8f9f4d12c
3 changed files with 23 additions and 1 deletions
@@ -0,0 +1,12 @@
{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";
}