From 064f144d3622d037f947a04541e180fd6d12c2b2 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 20:58:05 +0100 Subject: [PATCH] haskellPackages.unleash-client-haskell-core: remove jailbreak Works. --- pkgs/development/haskell-modules/configuration-common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f27ccae12b7e..5b9b21b4e44c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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