From 072e11faa83eba773e5cf1af8a50350b85becb37 Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Tue, 21 Oct 2025 19:52:21 +0300 Subject: [PATCH] gnu: ghc-ed25519: Fix build The tests no longer build with current versions of the test frameworks. * gnu/packages/haskell-crypto.scm (ghc-ed25519)[arguments]: Disable tests. Change-Id: I4d727bc0616aff7992995b1711acf23442c8d2e2 Signed-off-by: Andreas Enge --- gnu/packages/haskell-crypto.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm index f30ee3def06..8163bfa4e04 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -892,7 +892,9 @@ percent. (native-inputs (list ghc-quickcheck ghc-doctest)) (arguments `(#:cabal-revision ("9" - "0y5vfdcys18waa5k5zxiq9n8jq0l05j76riml23i0gxmwgdhsmgi"))) + "0y5vfdcys18waa5k5zxiq9n8jq0l05j76riml23i0gxmwgdhsmgi") + ;; the tests don't work with current versions of the test frameworks + #:tests? #f)) (home-page "https://github.com/thoughtpolice/hs-ed25519/") (synopsis "Ed25519 cryptographic signatures") (description