From 269331f74ccea5cf4e4f22b735fd753ce8146dbd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Aug 2003 12:41:03 +0000 Subject: [PATCH] * Use old strategoxt package. svn path=/nixpkgs/trunk/; revision=290 --- pkgs/strategoxt-0.9.2/strategoxt.fix | 2 +- pkgs/system/system.fix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/strategoxt-0.9.2/strategoxt.fix b/pkgs/strategoxt-0.9.2/strategoxt.fix index 6d261dff96a..3caac18c42b 100644 --- a/pkgs/strategoxt-0.9.2/strategoxt.fix +++ b/pkgs/strategoxt-0.9.2/strategoxt.fix @@ -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") diff --git a/pkgs/system/system.fix b/pkgs/system/system.fix index ecb838428a8..b280f78e53c 100644 --- a/pkgs/system/system.fix +++ b/pkgs/system/system.fix @@ -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"), ""))