wstunnel: fix build

main
Gabriel Ebner 2 years ago
parent 375eaf2b4f
commit 5dadb0d98b
  1. 7
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml

@ -2593,4 +2593,11 @@ self: super: {
aeson = self.aeson_1_5_6_0;
});
# Support network >= 3.1.2
# https://github.com/erebe/wstunnel/pull/107
wstunnel = appendPatch (fetchpatch {
url = "https://github.com/erebe/wstunnel/pull/107/commits/47c1f62bdec1dbe77088d9e3ceb6d872f922ce34.patch";
sha256 = "sha256-fW5bVbAGQxU/gd9zqgVNclwKraBtUjkKDek7L0c4+O0=";
}) super.wstunnel;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

@ -5595,7 +5595,6 @@ broken-packages:
- wsdl
- wsedit
- wsjtx-udp
- wstunnel
- wtk
- wumpus-core
- wxdirect

@ -233,6 +233,8 @@ package-maintainers:
- total
- turtle
- typed-spreadsheet
gebner:
- wstunnel
gridaphobe:
- located-base
jb55:

Loading…
Cancel
Save