[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
362/377: gnu: gnutls: Enable PKCS#11 support.
From: |
guix-commits |
Subject: |
362/377: gnu: gnutls: Enable PKCS#11 support. |
Date: |
Thu, 2 Sep 2021 17:56:23 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 73720335d59a537c09ac9cc7b13afb1a1c671d61
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/")
- 366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly., (continued)
- 366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/09/02
- 367/377: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/02
- 368/377: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/02
- 369/377: gnu: libepoxy: Propagate mesa., guix-commits, 2021/09/02
- 370/377: gnu: tracker: Enable some features., guix-commits, 2021/09/02
- 371/377: gnu: tracker: Enable documentation., guix-commits, 2021/09/02
- 376/377: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/09/02
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/02
- 358/377: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/09/02
- 359/377: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/09/02
- 362/377: gnu: gnutls: Enable PKCS#11 support.,
guix-commits <=
- 363/377: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/09/02