From 3d7ad1dc9f97a07d7fe355dcc9884373b21bca62 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 17 Jan 2019 17:45:51 +0100 Subject: [PATCH] gnu: ghc-cryptonite: Disable tests. * gnu/packages/haskell-crypto.scm (ghc-cryptonite)[arguments]: Disable tests. --- gnu/packages/haskell-crypto.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm index 9bdcdb2f9e..88a3ea467b 100644 --- a/gnu/packages/haskell-crypto.scm +++ b/gnu/packages/haskell-crypto.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Paul van der Walt -;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus +;;; Copyright © 2015, 2017, 2018, 2019 Ricardo Wurmus ;;; Copyright © 2016 Nils Gillmann ;;; Copyright © 2017 rsiddharth ;;; Copyright © 2017 Tobias Geerinckx-Rice @@ -306,6 +306,9 @@ the C implementation.") (base32 "131wbbdr5yavs5k1ah9sz6fqx1ffyvaxf66pwjzsfc47mwc1mgl9")))) (build-system haskell-build-system) + ;; FIXME: tests are broken. + ;; See https://github.com/haskell-crypto/cryptonite/issues/260 + (arguments '(#:tests? #f)) (inputs `(("ghc-basement" ,ghc-basement) ("ghc-memory" ,ghc-memory)