strategoxt should use sdf bundle

svn path=/nixpkgs/trunk/; revision=1194
This commit is contained in:
Eelco Visser
2004-07-28 13:12:28 +00:00
parent 417aa140f6
commit de387a0368
4 changed files with 20 additions and 8 deletions

View File

@@ -254,12 +254,12 @@ rec {
strategoxt = (import ../development/compilers/strategoxt) {
inherit fetchurl stdenv aterm;
sdf = sdf2_bundle;
sdf = sdf_22;
};
strategoxtsvn = (import ../development/compilers/strategoxt/trunk.nix) {
inherit fetchsvn stdenv autoconf automake libtool which aterm;
sdf = sdf2_bundle;
sdf = sdf_22;
};
strategoxtdailydist = (import ../development/compilers/strategoxt/dailydist.nix) {
@@ -269,7 +269,7 @@ rec {
tiger = (import ../development/compilers/tiger) {
inherit fetchurl stdenv aterm strategoxt;
sdf = sdf2_bundle;
sdf = sdf_22;
};
ghcboot = (import ../development/compilers/ghc/boot.nix) {