all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62026: [PATCH] %base-packages-networking: Add 'nss-certs'
       [not found] <20230307065736.28724-1-kreyren@rixotstudio.cz>
@ 2024-04-24 18:52 ` Maxim Cournoyer
  0 siblings, 0 replies; only message in thread
From: Maxim Cournoyer @ 2024-04-24 18:52 UTC (permalink / raw)
  To: Jacob Hrbek; +Cc: 62026-done

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-24 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230307065736.28724-1-kreyren@rixotstudio.cz>
2024-04-24 18:52 ` bug#62026: [PATCH] %base-packages-networking: Add 'nss-certs' Maxim Cournoyer

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.