From 1c2889b1ce08e1f91193e237e03462dc74c63726 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 21 Oct 2020 18:21:47 +0100 Subject: 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(-) (limited to 'gnu/packages/spice.scm') diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 2fb587aa7a..8156da5dcd 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) -- cgit v1.2.3