mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ghc-7.2.2: record the commit that broke it
git-bisect says the problem is 51cf42ad0d
.
This commit is contained in:
parent
d2f206c061
commit
76519f9299
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
|
||||
inherit (ghc.meta) license;
|
||||
broken = true; # https://hydra.nixos.org/build/60616815
|
||||
broken = true; # broken by 51cf42ad0d3ccb55af182f1f0ee5eb5094ea5995: https://hydra.nixos.org/build/60616815
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue