mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-postgrest: broken because of dependency on outdated optparse-applicative
This commit is contained in:
parent
1d9d947c25
commit
964742c3fe
|
@ -372,8 +372,8 @@ self: super: {
|
|||
# https://github.com/chrisdone/hindent/issues/83
|
||||
hindent = dontCheck super.hindent;
|
||||
|
||||
# https://github.com/begriffs/postgrest/issues/127
|
||||
postgrest = dontDistribute super.postgrest;
|
||||
# https://github.com/begriffs/postgrest/issues/131
|
||||
postgrest = markBrokenVersion "0.2.5.2" super.postgrest;
|
||||
|
||||
# Needs older versions of its dependencies.
|
||||
structured-haskell-mode = (dontJailbreak super.structured-haskell-mode).override {
|
||||
|
|
Loading…
Reference in a new issue