unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Jacob Hrbek <kreyren@rixotstudio.cz>
Cc: 62026-done@debbugs.gnu.org
Subject: bug#62026: [PATCH] %base-packages-networking: Add 'nss-certs'
Date: Wed, 24 Apr 2024 14:52:07 -0400	[thread overview]
Message-ID: <8734rah9uw.fsf@gmail.com> (raw)
In-Reply-To: <20230307065736.28724-1-kreyren@rixotstudio.cz> (Jacob Hrbek's message of "Tue, 07 Mar 2023 06:57:48 +0000")

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




           reply	other threads:[~2024-04-24 19:15 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230307065736.28724-1-kreyren@rixotstudio.cz>]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=8734rah9uw.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=62026-done@debbugs.gnu.org \
    --cc=kreyren@rixotstudio.cz \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).