Skip to content

Commit

Permalink
haskellPackages.http2-client: fix bounds (#375138)
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn authored Jan 22, 2025
2 parents 8ecec07 + d2712b8 commit 5b5bda3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3078,4 +3078,12 @@ self: super: {
"--extra-include-dirs=${lib.getDev pkgs.opencascade-occt}/include/opencascade"
] super.opencascade-hs;

# https://github.com/haskell-grpc-native/http2-client/pull/96
http2-client = appendPatch
(fetchpatch {
name = "http2-client-fix-build-with-http2-5.2.patch";
url = "https://github.com/haskell-grpc-native/http2-client/commit/952a57d1138dc31863a5e387dbda67cbdfcfd9f4.patch";
sha256 = "1q0n7338rjz7zl6xpw51lljp7xw1gl128s1d5877kfil3fc23npp";
}) super.http2-client;

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

0 comments on commit 5b5bda3

Please sign in to comment.