diff options
author | Christopher Baines <mail@cbaines.net> | 2020-10-21 18:21:47 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-10-21 18:22:27 +0100 |
commit | 1c2889b1ce08e1f91193e237e03462dc74c63726 (patch) | |
tree | 7ceea00b4d534676be361cb0e526080effdb1aa5 /gnu | |
parent | 28a13226fd5cd08b3eb090151c0753424c3f6eb4 (diff) | |
download | guix-1c2889b1ce08e1f91193e237e03462dc74c63726.tar.gz guix-1c2889b1ce08e1f91193e237e03462dc74c63726.zip |
gnu: libcacard: Enable tests.
gnutls is now built with p11-kit support.
* gnu/packages/spice.scm (libcacard)[arguments]: Don't disable the tests.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/spice.scm | 4 |
1 files changed, 1 insertions, 3 deletions
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) |