[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: libcacard: Enable tests.
From: |
guix-commits |
Subject: |
02/02: gnu: libcacard: Enable tests. |
Date: |
Wed, 21 Oct 2020 16:49:30 -0400 (EDT) |
cbaines pushed a commit to branch core-updates
in repository guix.
commit 1c2889b1ce08e1f91193e237e03462dc74c63726
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Oct 21 18:21:47 2020 +0100
gnu: libcacard: Enable tests.
gnutls is now built with p11-kit support.
* gnu/packages/spice.scm (libcacard)[arguments]: Don't disable the tests.
---
gnu/packages/spice.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 2fb587a..8156da5 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -324,9 +324,7 @@ resolution scaling on graphical console window resize.")
"0vyvkk4b6xjwq1ccggql13c1x7g4y90clpkqw28257azgn2a1c8n"))))
(build-system gnu-build-system)
(arguments
- '(#:tests? #f ; TODO Tests require gnutls built with
- ; p11-kit
- #:phases
+ '(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-tests
(lambda* (#:key inputs #:allow-other-keys)