me
/
guix
Archived
1
0
Fork 0

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
master
Jacob Hrbek 2023-03-07 06:57:48 +00:00 committed by Maxim Cournoyer
parent 3d34252c2d
commit fdfd7667c6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 0 deletions

View File

@ -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))