From 5bb4a85079ff217f76e982b61ca03b27db7f51d1 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 19 Mar 2022 23:19:26 +0100 Subject: [PATCH] haskellPackages.matrix-client: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f77c0f5ca964..676529dde6ec 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2123,9 +2123,8 @@ self: super: { # https://github.com/dagit/zenc/issues/5 zenc = doJailbreak super.zenc; - # Indeterministic tests - # Fixed on upstream: https://github.com/softwarefactory-project/matrix-client-haskell/commit/4ca4963cfd06379d9bdce49742af854aed6a0d37 - matrix-client = dontCheck super.matrix-client; + # 2022-03-19: retry bounds to strict: https://github.com/softwarefactory-project/matrix-client-haskell/pull/24 + matrix-client = assert super.matrix-client.version == "0.1.4.1"; doJailbreak super.matrix-client; # Release 1.0.0.0 added version bounds (was unrestricted before), # but with too strict lower bounds for our lts-18.