haskellPackages.wstunnel: drop released patch, disable broken tests

This commit is contained in:
sternenseemann 2023-01-05 14:55:17 +01:00
parent 54624ecb3e
commit f22e0c007b

View file

@ -2108,12 +2108,9 @@ self: super: {
# https://github.com/zellige/hs-geojson/issues/29
geojson = dontCheck super.geojson;
# 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;
# Test suite doesn't compile
# https://github.com/erebe/wstunnel/issues/145
wstunnel = dontCheck super.wstunnel;
# Test data missing from sdist
# https://github.com/ngless-toolkit/ngless/issues/152