haskellPackages.wstunnel: drop now unnecessary override

This commit is contained in:
sternenseemann
2023-01-08 19:49:24 +01:00
parent 4e75bbe768
commit 43af53bc7f
@@ -2095,10 +2095,6 @@ self: super: {
# https://github.com/zellige/hs-geojson/issues/29
geojson = dontCheck super.geojson;
# 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
NGLess = dontCheck super.NGLess;