mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
This commit is contained in:
parent
3d34252c2d
commit
fdfd7667c6
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ (define-module (gnu system)
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
#:use-module (gnu packages bash)
|
#:use-module (gnu packages bash)
|
||||||
|
#:use-module ((gnu packages certs) #:select (nss-certs))
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages cross-base)
|
#:use-module (gnu packages cross-base)
|
||||||
#:use-module (gnu packages firmware)
|
#:use-module (gnu packages firmware)
|
||||||
|
@ -926,6 +927,7 @@ (define %base-packages-networking
|
||||||
(list inetutils isc-dhcp
|
(list inetutils isc-dhcp
|
||||||
iproute
|
iproute
|
||||||
wget
|
wget
|
||||||
|
nss-certs
|
||||||
;; wireless-tools is deprecated in favor of iw, but it's still what
|
;; wireless-tools is deprecated in favor of iw, but it's still what
|
||||||
;; many people are familiar with, so keep it around.
|
;; many people are familiar with, so keep it around.
|
||||||
iw wireless-tools))
|
iw wireless-tools))
|
||||||
|
|
Loading…
Reference in a new issue