all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 68332@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#68332] [PATCH 4/6] gnu: ngtcp2: Build libngtcp2_crypto_gnutls.
Date: Mon,  8 Jan 2024 20:38:16 +0100	[thread overview]
Message-ID: <84ab70db28e7aa5c9a90f14f489971a19601eaac.1704741394.git.~@wolfsden.cz> (raw)
In-Reply-To: <cover.1704741394.git.~@wolfsden.cz>

* gnu/packages/networking.scm (ngtcp2)[arguments]<#:configure-flags>: Add
--with-gnutls.
[native-inputs]: Add pkg-config.
[inputs]: Add gnutls.

Change-Id: Id3a9210992d203a57a9b791f3c3752f2ebd3e634
---
 gnu/packages/networking.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c738716792..40155480c9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -61,6 +61,7 @@
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4395,7 +4396,13 @@ (define-public ngtcp2
        (sha256
         (base32 "1pppl6s25hz91w6321g1q7dqvfy4vccz9mmc5r8sfdvdc95fngl0"))))
     (build-system gnu-build-system)
-    (native-inputs (list cunit))
+    (arguments
+     (list
+      #:configure-flags
+      ;; openssl package does not support QUIC interface, so just gnutls
+      #~(list "--with-gnutls")))
+    (native-inputs (list cunit pkg-config))
+    (inputs (list gnutls))
     (home-page "https://nghttp2.org/ngtcp2/")
     (synopsis "QUIC protocol implementation")
     (description
-- 
2.41.0





  parent reply	other threads:[~2024-01-08 19:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-08 19:19 [bug#68332] [PATCH 0/6] Add curl-full Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 1/6] gnu: web: Delete trailing whitespace Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 2/6] gnu: Add nghttp3 Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 3/6] gnu: ngtcp2: Update to 1.1.0 Tomas Volf
2024-01-08 19:38 ` Tomas Volf [this message]
2024-01-08 19:38 ` [bug#68332] [PATCH 5/6] gnu: Add curl-full Tomas Volf
2024-01-08 19:38 ` [bug#68332] [PATCH 6/6] gnu: curl-full: Update homepage Tomas Volf
2024-01-17 17:22 ` [bug#68332] [PATCH 0/6] Add curl-full Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='84ab70db28e7aa5c9a90f14f489971a19601eaac.1704741394.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=68332@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.