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:
Wolfgang Walther 2026-06-28 10:47:04 +02:00
commit fc0932307c
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -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;
}
))
[