[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: system: Add 'nss-certs' to %base-packages-networking.
From: |
guix-commits |
Subject: |
01/03: system: Add 'nss-certs' to %base-packages-networking. |
Date: |
Thu, 18 Apr 2024 10:45:34 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit fdfd7667c66cf9ce746330f39bcd366e124460e1
Author: Jacob Hrbek <kreyren@rixotstudio.cz>
AuthorDate: Tue Mar 7 06:57:48 2023 +0000
system: Add 'nss-certs' to %base-packages-networking.
See the discussion at
<https://lists.gnu.org/archive/html/guix-devel/2024-04/msg00020.html>.
* gnu/system.scm (%base-packages-networking): Add nss-certs.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I24f336e4bb25561d0ec9344a1a4061d2ecc9aed8
---
gnu/system.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/system.scm b/gnu/system.scm
index 9b5c96d0ad..c7f8003ad2 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -50,6 +50,7 @@
#: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)
@@ -926,6 +927,7 @@ of PROVENANCE-SERVICE-TYPE to its services."
(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))