3
0
Fork 0
forked from mirrors/nixpkgs

ghc-6.x: enable builds again now that 5a89a87cc5 is in master

Resolves https://github.com/NixOS/nixpkgs/issues/7810.
This commit is contained in:
Peter Simons 2015-05-27 15:05:25 +02:00
parent 9cc46aaa4a
commit 2e24bef56f
3 changed files with 0 additions and 3 deletions

View file

@ -102,7 +102,6 @@ stdenv.mkDerivation rec {
description = "The Glasgow Haskell Compiler";
license = stdenv.lib.licenses.bsd3;
platforms = ["x86_64-linux" "i686-linux"];
broken = true; # https://github.com/NixOS/nixpkgs/issues/7810
};
}

View file

@ -25,6 +25,5 @@ stdenv.mkDerivation rec {
description = "The Glasgow Haskell Compiler";
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
inherit (ghc.meta) license;
broken = true; # https://github.com/NixOS/nixpkgs/issues/7810
};
}

View file

@ -39,6 +39,5 @@ stdenv.mkDerivation rec {
maintainers = with stdenv.lib.maintainers; [ marcweber andres simons ];
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
inherit (ghc.meta) license;
broken = true; # https://github.com/NixOS/nixpkgs/issues/7810
};
}