GNU bug report logs -
#62026
[PATCH] %base-packages-networking: Add 'nss-certs'
Previous Next
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
[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)]
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)]
.. 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.