[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/124: gnu: gnutls: Enable PKCS#11 support.
From: |
guix-commits |
Subject: |
109/124: gnu: gnutls: Enable PKCS#11 support. |
Date: |
Mon, 30 Aug 2021 16:29:10 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit abd699d2296879945028bca6474254acc5fbcc04
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 d52a88f..a0d7c5e 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -214,7 +214,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
@@ -250,6 +253,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/")
- 74/124: gnu: yelp-xsl: Enable documentation., (continued)
- 74/124: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/08/30
- 82/124: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/08/30
- 91/124: gnu: zbar: Update to 0.23.90., guix-commits, 2021/08/30
- 90/124: gnu: faac: Correct source uri., guix-commits, 2021/08/30
- 87/124: gnu: ibus: Enable tests., guix-commits, 2021/08/30
- 96/124: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/08/30
- 94/124: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/08/30
- 95/124: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/08/30
- 105/124: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/08/30
- 112/124: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/08/30
- 109/124: gnu: gnutls: Enable PKCS#11 support.,
guix-commits <=
- 70/124: gnu: wayland: Update to 1.19.0., guix-commits, 2021/08/30
- 77/124: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/08/30
- 81/124: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/08/30
- 89/124: gnu: iqa: Correct source uri., guix-commits, 2021/08/30
- 107/124: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/08/30
- 46/124: gnu: vala: Update to 0.52.0., guix-commits, 2021/08/30
- 79/124: gnu: gtk+: Add missing inputs., guix-commits, 2021/08/30
- 88/124: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/08/30
- 93/124: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/08/30
- 98/124: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/08/30