From 7ed949c23ec3da2cc689ffbf9286a508228db2bb Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 19:47:32 +0100 Subject: [PATCH] haskellPackages.matrix-client: remove jailbreak There is only a restrictive bound on base64 left, but this is correct, the build fails with a jailbreak. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 81e1dbed2a3b..79429ac8d2bd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2000,10 +2000,6 @@ self: super: { # https://github.com/obsidiansystems/database-id/issues/1 database-id-class = doJailbreak super.database-id-class; - # https://github.com/softwarefactory-project/matrix-client-haskell/issues/36 - # Restrictive bounds on aeson - matrix-client = doJailbreak super.matrix-client; - cabal2nix-unstable = overrideCabal { passthru = { updateScript = ../../../maintainers/scripts/haskell/update-cabal2nix-unstable.sh;