GNU bug report logs - #62026
[PATCH] %base-packages-networking: Add 'nss-certs'

Previous Next

Package: guix-patches;

Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>

Date: Tue, 7 Mar 2023 06:59:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Subject: bug#62026: closed (Re: [bug#62026] [PATCH] %base-packages-networking:
 Add 'nss-certs')
Date: Wed, 24 Apr 2024 18:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62026: [PATCH] %base-packages-networking: Add 'nss-certs'

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62026 <at> debbugs.gnu.org.

-- 
62026: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62026
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Cc: 62026-done <at> debbugs.gnu.org
Subject: Re: [bug#62026] [PATCH] %base-packages-networking: Add 'nss-certs'
Date: Wed, 24 Apr 2024 14:52:07 -0400
Hi,

Jacob Hrbek <kreyren <at> rixotstudio.cz> writes:

> .. as guix will fail do to updating without it
>
> Signed-off-by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
> ---
>  gnu/system.scm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gnu/system.scm b/gnu/system.scm
> index bb26d7c9a5..95143112bd 100644
> --- a/gnu/system.scm
> +++ b/gnu/system.scm
> @@ -49,6 +49,7 @@ (define-module (gnu system)
>    #:use-module (gnu packages admin)
>    #:use-module (gnu packages base)
>    #:use-module (gnu packages bash)
> +  #:use-module ((gnu packages certs) #:select nss-certs)
>    #:use-module (gnu packages compression)
>    #:use-module (gnu packages cross-base)
>    #:use-module (gnu packages firmware)
> @@ -923,6 +924,7 @@ (define %base-packages-networking
>    (list inetutils isc-dhcp
>          iproute
>          wget
> +	nss-certs
>          ;; wireless-tools is deprecated in favor of iw, but it's still what
>          ;; many people are familiar with, so keep it around.
>          iw wireless-tools))

Merged to master, with some follow-up commits.

-- 
Thanks,
Maxim

[Message part 3 (message/rfc822, inline)]
From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: guix-patches <at> gnu.org
Cc: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Subject: [PATCH] %base-packages-networking: Add 'nss-certs'
Date: Tue, 07 Mar 2023 06:57:48 +0000
.. as guix will fail do to updating without it

Signed-off-by: Jacob Hrbek <kreyren <at> rixotstudio.cz>
---
 gnu/system.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index bb26d7c9a5..95143112bd 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -49,6 +49,7 @@ (define-module (gnu system)
   #:use-module (gnu packages admin)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
+  #:use-module ((gnu packages certs) #:select nss-certs)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages cross-base)
   #:use-module (gnu packages firmware)
@@ -923,6 +924,7 @@ (define %base-packages-networking
   (list inetutils isc-dhcp
         iproute
         wget
+	nss-certs
         ;; wireless-tools is deprecated in favor of iw, but it's still what
         ;; many people are familiar with, so keep it around.
         iw wireless-tools))
--
2.37.3





This bug report was last modified 1 year and 28 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.