guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: install: Add nss-certs to the image.


From: guix-commits
Subject: 01/01: install: Add nss-certs to the image.
Date: Sun, 10 Feb 2019 09:22:39 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 0b767e3d5b2f02976587bba4be7379cb5c19b992
Author: Pierre Neidhardt <address@hidden>
Date:   Fri Feb 8 15:30:08 2019 +0100

    install: Add nss-certs to the image.
    
    * gnu/system/install.scm (installation-os)[packages]: Add nss-certs.
---
 gnu/system/install.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 880a8be..137123c 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -409,6 +409,7 @@ You have been warned.  Thanks for being so brave.\x1b[0m
                      ;; available here, so we keep that.
                      bash-completion
                      nvi                          ;:wq!
+                     nss-certs ; To access HTTPS, use git, etc.
                      %base-packages))))
 
 (define* (os-with-u-boot os board #:key (bootloader-target "/dev/mmcblk0")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]