[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/115: gnu: gnutls: Enable PKCS#11 support.
From: |
guix-commits |
Subject: |
109/115: gnu: gnutls: Enable PKCS#11 support. |
Date: |
Wed, 12 May 2021 21:01:50 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d334be2a98452acc320a8f8e06aab815c36cb83c
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Apr 23 22:30:40 2021 -0400
gnu: gnutls: Enable PKCS#11 support.
PKCS#11 support in GnuTLS is required by Glib-Networking.
* gnu/packages/tls.scm (gnutls)[configure-flags](--without-p11-kit): Expose
flag
only if target-system is mips64el.
[propagated-inputs]: Add p11-kit.
---
gnu/packages/tls.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 1a4e3dc..f6f1abc 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -209,7 +209,10 @@ living in the same process.")
;; FIXME: Temporarily disable p11-kit support since it is not
;; working on mips64el.
- "--without-p11-kit")
+ ,@(if (string-prefix? "mips64el" (or (%current-target-system)
+ (%current-system)))
+ '("--without-p11-kit")
+ '()))
#:phases (modify-phases %standard-phases
(add-after
@@ -245,6 +248,7 @@ living in the same process.")
;; These are all in the 'Requires.private' field of gnutls.pc.
`(("libtasn1" ,libtasn1)
("libidn2" ,libidn2)
+ ("p11-kit" ,p11-kit)
("nettle" ,nettle)
("zlib" ,zlib)))
(home-page "https://www.gnu.org/software/gnutls/")
- 78/115: gnu: gtk+: Enable tests., (continued)
- 78/115: gnu: gtk+: Enable tests., guix-commits, 2021/05/12
- 75/115: gnu: gtk+-2: Enable tests., guix-commits, 2021/05/12
- 96/115: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/05/12
- 101/115: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/05/12
- 99/115: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/05/12
- 102/115: gnu: glib: Disable failing test., guix-commits, 2021/05/12
- 107/115: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/05/12
- 103/115: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/05/12
- 111/115: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/05/12
- 113/115: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/05/12
- 109/115: gnu: gnutls: Enable PKCS#11 support.,
guix-commits <=
- 110/115: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/05/12