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:
parent
9cc46aaa4a
commit
2e24bef56f
|
@ -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
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue