File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
pkgs/development/haskell-modules Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2695,6 +2695,20 @@ self: super:
2695
2695
tasty-autocollect = dontCheck super . tasty-autocollect ;
2696
2696
2697
2697
postgres-websockets = lib . pipe super . postgres-websockets [
2698
+ ( appendPatches [
2699
+ ( pkgs . fetchpatch {
2700
+ # Needed for the patch below to apply.
2701
+ name = "remove-protolude.patch" ;
2702
+ url = "https://github.com/diogob/postgres-websockets/commit/8027c0f6dc0c5fe6bab4e3e7730db8653b2c51cc.patch" ;
2703
+ hash = "sha256-gefVUR+tJLrmpwnc1hf4GjLbGVe1GwNmLn5YU7qW/HY=" ;
2704
+ } )
2705
+ ( pkgs . fetchpatch {
2706
+ # Can be removed with the next update.
2707
+ name = "fix-connection-closing-when-no-write-mode-is-present.patch" ;
2708
+ url = "https://github.com/diogob/postgres-websockets/commit/577a2f0bf4750c682c2c3c63e37d90e0ec6f95eb.patch" ;
2709
+ hash = "sha256-7PCVbfNiJhWfmQrEjaVqbmCL5jffhofOto1RF2FVYJo=" ;
2710
+ } )
2711
+ ] )
2698
2712
( addTestToolDepends [
2699
2713
pkgs . postgresql
2700
2714
pkgs . postgresqlTestHook
You can’t perform that action at this time.
0 commit comments