* Use old strategoxt package.

svn path=/nixpkgs/trunk/; revision=290
This commit is contained in:
Eelco Dolstra 2003-08-14 12:41:03 +00:00
parent e77dea330c
commit 269331f74c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Package(
[ ("name", "strategoxt-0.9.2")
, ("build", Relative("strategoxt/strategoxt-build.sh"))
, ("build", Relative("strategoxt-0.9.2/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")

View file

@ -13,7 +13,7 @@ Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "
]),
""))
, ("actStrategoXT", If(Var("strategoxt"), IncludeFix("strategoxt/strategoxt.fix"), ""))
, ("actStrategoXT", If(Var("strategoxt"), IncludeFix("strategoxt-0.9.2/strategoxt.fix"), ""))
, ("actATerm", If(Var("strategoxt"), IncludeFix("aterm/aterm.fix"), ""))
, ("actPan", If(Var("pan"), IncludeFix("pan/pan.fix"), ""))
, ("actMPlayer", If(Var("mplayer"), IncludeFix("MPlayer/MPlayer.fix"), ""))