hackage-packages.nix: update to a0ad41c6f5
with hackage2nix revision 4d6361f0199d51068066c62bb0ca5c18530161f4
This commit is contained in:
parent
7c9cf6d6c2
commit
1cc014fdae
|
@ -281,4 +281,7 @@ self: super: {
|
|||
# Won't work with LLVM 3.5.
|
||||
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
|
||||
|
||||
# Ugly hack to trigger a rebuild to fix the broken package on Hydra.
|
||||
crypto-api = appendConfigureFlag super.crypto-api "-fignore-me-1";
|
||||
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue