1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-30 01:54:08 +02:00

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 <andreas@enge.fr>
This commit is contained in:
Saku Laesvuori
2025-10-21 19:52:21 +03:00
committed by Andreas Enge
parent e5a381e357
commit 072e11faa8
+3 -1
View File
@@ -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