nixpkgs/pkgs/strategoxt/strategoxt.fix
Eelco Dolstra efb907cf9d * Use a mirror because ftp.stratego-language.org is too slow right
now.

svn path=/nixpkgs/trunk/; revision=165
2003-07-16 10:29:55 +00:00

15 lines
403 B
Plaintext

Package(
[ ("name", "strategoxt-0.9.2")
, ("build", Relative("strategoxt/strategoxt-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://losser.st-lab.cs.uu.nl/~eelco/mirror/strategoxt-0.9.2-3067.tar.gz")
, ("md5", "0d849a9409c40cdc66cbdee4d00726b2")
]))
, ("aterm", IncludeFix("aterm/aterm.fix"))
, ("sdf2", IncludeFix("sdf2/sdf2.fix"))
]
)