mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pkgsStatic.haskell.packages.native-bignum.ghc948.postgrest: fix build
Removes a dependency which had long been replaced upstream, but the expression is still generated from the outdated hackage package. The GHC 9.4.8 static variant is still used upstream, but we will be able to remove it from the release set on PostgREST's next release.
This commit is contained in:
parent
ffbec19b05
commit
fc0932307c
1 changed files with 2 additions and 0 deletions
|
|
@ -2459,6 +2459,8 @@ with haskellLib;
|
|||
swagger2 = doJailbreak super.swagger2_2_8_10; # jailbreak for QuickCheck 2.16
|
||||
text-builder = super.text-builder_0_6_10;
|
||||
text-builder-dev = super.text-builder-dev_0_3_10;
|
||||
# This dependency was removed upstream and replaced with jose-jwt below
|
||||
jose = null;
|
||||
}
|
||||
))
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue