Provide 0.14 in nixpkgs
svn path=/nixpkgs/trunk/; revision=3634
This commit is contained in:
parent
95f748c966
commit
33110a9dde
@ -1,2 +1,2 @@
|
|||||||
import ./strategoxt-0.15.nix
|
import ./strategoxt-0.14.nix
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
@ -47,8 +47,8 @@ let {
|
|||||||
jakartaregexp
|
jakartaregexp
|
||||||
|
|
||||||
sdf
|
sdf
|
||||||
# strategoxt
|
strategoxt
|
||||||
# strategoxtUtils
|
strategoxtUtils
|
||||||
|
|
||||||
# ghc
|
# ghc
|
||||||
# helium
|
# helium
|
||||||
|
Loading…
x
Reference in New Issue
Block a user