mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-base: don't try to build this package
This commit is contained in:
parent
834f2dc27b
commit
83db889148
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ self: super: {
|
|||
'';
|
||||
});
|
||||
|
||||
# Does not compile: <http://hydra.cryp.to/build/469842/nixlog/1/raw>.
|
||||
base_4_7_0_2 = markBroken super.base_4_7_0_2;
|
||||
# Does not compile: "fatal error: ieee-flpt.h: No such file or directory"
|
||||
base_4_8_0_0 = markBroken super.base_4_8_0_0;
|
||||
|
||||
# Obsolete: https://github.com/massysett/prednote/issues/1.
|
||||
prednote-test = markBrokenVersion "0.26.0.4" super.prednote-test;
|
||||
|
|
Loading…
Reference in a new issue