Merge pull request #167973 from gebner/wstunnelnet312

wstunnel: fix build
This commit is contained in:
Gabriel Ebner
2022-04-09 14:08:03 +02:00
committed by GitHub
4 changed files with 10 additions and 3 deletions
@@ -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:
+1 -2
View File
@@ -295744,8 +295744,7 @@ self: {
];
description = "Tunneling program over websocket protocol";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
maintainers = with lib.maintainers; [ gebner ];
}) {};
"wtk" = callPackage