emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62026: closed ([PATCH] %base-packages-networking: Add 'nss-certs')


From: GNU bug Tracking System
Subject: bug#62026: closed ([PATCH] %base-packages-networking: Add 'nss-certs')
Date: Wed, 24 Apr 2024 18:53:02 +0000

Your message dated Wed, 24 Apr 2024 14:52:07 -0400
with message-id <8734rah9uw.fsf@gmail.com>
and subject line Re: [bug#62026] [PATCH] %base-packages-networking: Add 
'nss-certs'
has caused the debbugs.gnu.org bug report #62026,
regarding [PATCH] %base-packages-networking: Add 'nss-certs'
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62026: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62026
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#62026] [PATCH] %base-packages-networking: Add 'nss-certs' Date: Wed, 24 Apr 2024 14:52:07 -0400 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Jacob Hrbek <kreyren@rixotstudio.cz> writes:

> .. as guix will fail do to updating without it
>
> Signed-off-by: Jacob Hrbek <kreyren@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]