1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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) {
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) {
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) {

View file

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