haskellPackages.unleash-client-haskell-core: remove jailbreak

Works.
This commit is contained in:
Wolfgang Walther
2025-02-11 23:09:52 +01:00
committed by sternenseemann
parent f8469d1416
commit 064f144d36
@@ -2732,9 +2732,7 @@ self: super: {
unleash-client-haskell = doJailbreak super.unleash-client-haskell;
# Tests rely on (missing) submodule
# Too strict bounds on aeson, text and text-show
# https://github.com/finn-no/unleash-client-haskell-core/issues/24
unleash-client-haskell-core = doJailbreak (dontCheck super.unleash-client-haskell-core);
unleash-client-haskell-core = dontCheck super.unleash-client-haskell-core;
# Workaround for Cabal failing to find nonexistent SDL2 library?!
# https://github.com/NixOS/nixpkgs/issues/260863