mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
Don't try to build haddock for aeson-applicative.
This commit is contained in:
parent
60accda79f
commit
8b9c862ccd
|
@ -272,4 +272,7 @@ self: super: {
|
|||
# Won't work with LLVM 3.5.
|
||||
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
|
||||
|
||||
# Inexplicable haddock failure
|
||||
# https://github.com/gregwebs/aeson-applicative/issues/2
|
||||
aeson-applicative = dontHaddock super.aeson-applicative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue