I'll try to remove the hydra evaluation errors (throws) about ghc bootstrapping.
svn path=/nixpkgs/trunk/; revision=19981
This commit is contained in:
parent
bc15e7b440
commit
a21df5e172
@ -1,5 +1,7 @@
|
|||||||
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
|
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
|
||||||
|
|
||||||
|
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "6.10.1";
|
version = "6.10.1";
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
|
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
|
||||||
|
|
||||||
|
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "6.10.2";
|
version = "6.10.2";
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{stdenv, fetchurl, perl, readline, ncurses, gmp}:
|
{stdenv, fetchurl, perl, readline, ncurses, gmp}:
|
||||||
|
|
||||||
|
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = if stdenv.system == "i686-darwin" then "ghc-6.6.1-binary" else "ghc-6.4.2-binary";
|
name = if stdenv.system == "i686-darwin" then "ghc-6.6.1-binary" else "ghc-6.4.2-binary";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user