mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
3 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
|
||||
|
||||
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "6.10.1";
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
|
||||
|
||||
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "6.10.2";
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{stdenv, fetchurl, perl, readline, ncurses, gmp}:
|
||||
|
||||
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = if stdenv.system == "i686-darwin" then "ghc-6.6.1-binary" else "ghc-6.4.2-binary";
|
||||
|
||||
|
|
Loading…
Reference in a new issue