Provide 0.14 in nixpkgs

svn path=/nixpkgs/trunk/; revision=3634
This commit is contained in:
Martin Bravenboer 2005-08-17 21:40:11 +00:00
parent 95f748c966
commit 33110a9dde
3 changed files with 13 additions and 5 deletions

View File

@ -1,2 +1,2 @@
import ./strategoxt-0.15.nix import ./strategoxt-0.14.nix

View File

@ -490,11 +490,19 @@ rec {
}; };
strategoxt = (import ../development/compilers/strategoxt) { strategoxt = (import ../development/compilers/strategoxt) {
inherit fetchurl pkgconfig stdenv aterm sdf; inherit fetchurl pkgconfig stdenv sdf;
aterm = (import ../development/libraries/aterm/aterm-2.3.1.nix) {
inherit fetchurl stdenv;
};
}; };
strategoxtUtils = (import ../development/compilers/strategoxt/utils) { strategoxtUtils = (import ../development/compilers/strategoxt/utils) {
inherit fetchurl pkgconfig stdenv aterm sdf strategoxt; inherit fetchurl pkgconfig stdenv sdf strategoxt;
aterm = (import ../development/libraries/aterm/aterm-2.3.1.nix) {
inherit fetchurl stdenv;
};
}; };
bibtextools = (import ../tools/typesetting/bibtex-tools) { bibtextools = (import ../tools/typesetting/bibtex-tools) {

View File

@ -47,8 +47,8 @@ let {
jakartaregexp jakartaregexp
sdf sdf
# strategoxt strategoxt
# strategoxtUtils strategoxtUtils
# ghc # ghc
# helium # helium