* Added GHC and Helium. Note that GHC is built using a pre-built GHC
for Linux/x86, which is not pure and doesn't work on other platforms! svn path=/nixpkgs/trunk/; revision=776
This commit is contained in:
@@ -180,6 +180,48 @@
|
||||
inherit fetchurl stdenv binutils;
|
||||
};
|
||||
|
||||
jikes = (import ../development/compilers/jikes) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
j2sdk = (import ../development/compilers/j2sdk) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
strategoxt = (import ../development/compilers/strategoxt) {
|
||||
inherit fetchurl stdenv aterm;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
strategoxtsvn = (import ../development/compilers/strategoxt/trunk.nix) {
|
||||
inherit fetchsvn stdenv autotools which aterm;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
strategoxt093 = (import ../development/compilers/strategoxt/strategoxt-0.9.3.nix) {
|
||||
inherit fetchurl stdenv aterm;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
tiger = (import ../development/compilers/tiger) {
|
||||
inherit fetchurl stdenv aterm strategoxt;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
ghcboot = (import ../development/compilers/ghc/boot.nix) {
|
||||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
||||
ghc = (import ../development/compilers/ghc) {
|
||||
inherit fetchurl stdenv perl;
|
||||
ghc = ghcboot;
|
||||
m4 = gnum4;
|
||||
};
|
||||
|
||||
helium = (import ../development/compilers/helium) {
|
||||
inherit fetchurl stdenv ghc;
|
||||
};
|
||||
|
||||
perl = (import ../development/interpreters/perl) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
@@ -196,14 +238,6 @@
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
jikes = (import ../development/compilers/jikes) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
j2sdk = (import ../development/compilers/j2sdk) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
apacheant = (import ../development/tools/build-managers/apache-ant) {
|
||||
inherit fetchurl stdenv j2sdk;
|
||||
};
|
||||
@@ -278,26 +312,6 @@
|
||||
sglr = sglr_3_10_2;
|
||||
};
|
||||
|
||||
strategoxt = (import ../development/compilers/strategoxt) {
|
||||
inherit fetchurl stdenv aterm;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
strategoxtsvn = (import ../development/compilers/strategoxt/trunk.nix) {
|
||||
inherit fetchsvn stdenv autotools which aterm;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
strategoxt093 = (import ../development/compilers/strategoxt/strategoxt-0.9.3.nix) {
|
||||
inherit fetchurl stdenv aterm;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
tiger = (import ../development/compilers/tiger) {
|
||||
inherit fetchurl stdenv aterm strategoxt;
|
||||
sdf = sdf2;
|
||||
};
|
||||
|
||||
expat = (import ../development/libraries/expat) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
@@ -24,9 +24,11 @@ let {
|
||||
pkgs.bisonnew
|
||||
pkgs.flexnew
|
||||
pkgs.gcc
|
||||
pkgs.strategoxt093
|
||||
pkgs.ghc
|
||||
pkgs.helium
|
||||
pkgs.perl
|
||||
pkgs.python
|
||||
pkgs.strategoxt093
|
||||
pkgs.libxml2
|
||||
pkgs.libxslt
|
||||
pkgs.docbook_xml_dtd
|
||||
|
||||
Reference in New Issue
Block a user