mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
haskellPackages.http-api-data: dontCheck
(cherry picked from commit 2f4003b561
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
7174dcab91
commit
a32a00eb81
@ -867,6 +867,9 @@ self: super: {
|
||||
# https://github.com/dan-t/cabal-lenses/issues/6
|
||||
cabal-lenses = doJailbreak super.cabal-lenses;
|
||||
|
||||
# https://github.com/fizruk/http-api-data/issues/49
|
||||
http-api-data = dontCheck super.http-api-data;
|
||||
|
||||
# https://github.com/snoyberg/yaml/issues/106
|
||||
yaml = disableCabalFlag super.yaml "system-libyaml";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user