about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-01-08 19:49:24 +0100
committersternenseemann <sternenseemann@systemli.org>2023-01-08 19:49:24 +0100
commit43af53bc7f49b3c542604ddae08cbdb61a276c2b (patch)
treec1217968d2d98923f94745645d248684489fd055 /pkgs/development/haskell-modules
parent4e75bbe7688df4a3ff4dd3ed02033e5f5e6d54e3 (diff)
downloadnixlib-43af53bc7f49b3c542604ddae08cbdb61a276c2b.tar
nixlib-43af53bc7f49b3c542604ddae08cbdb61a276c2b.tar.gz
nixlib-43af53bc7f49b3c542604ddae08cbdb61a276c2b.tar.bz2
nixlib-43af53bc7f49b3c542604ddae08cbdb61a276c2b.tar.lz
nixlib-43af53bc7f49b3c542604ddae08cbdb61a276c2b.tar.xz
nixlib-43af53bc7f49b3c542604ddae08cbdb61a276c2b.tar.zst
nixlib-43af53bc7f49b3c542604ddae08cbdb61a276c2b.zip
haskellPackages.wstunnel: drop now unnecessary override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5af3c76a9e3f..8792d5d26882 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;