mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03: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
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
|
platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported.
|
||||||
inherit (ghc.meta) license;
|
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 New Issue
Block a user