GNU bug report logs - #76000
Installer adds "nss-certs" to generated operating-system packages list, but it is included in %base-packages

Previous Next

Package: guix;

Reported by: Laurence Rochfort <laurence.rochfort <at> gmail.com>

Date: Sat, 1 Feb 2025 21:23:02 UTC

Severity: normal

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Laurence Rochfort <laurence.rochfort <at> gmail.com>
To: 76000 <at> debbugs.gnu.org
Subject: bug#76000: Installer adds "nss-certs" to generated operating-system packages list, but it is included in %base-packages
Date: Sat, 1 Feb 2025 20:11:03 +0000
Guix System was installed via guix-system-install-1.4.0.x86_64-linux.iso

Running "guix system reconfigure" produces this message:

"guix system: warning: multiple 'nss-certs' packages found;
'nss-certs' is now included by default in '%base-packages'; ensure it
is not explicitly listed in the operating system 'packages' field"


The config.scm generated by the graphical installer has the following
packages section:

 (packages (append (list (specification->package "i3-wm")
                          (specification->package "i3status")
                          (specification->package "dmenu")
                          (specification->package "st")
                          (specification->package "emacs")
                          (specification->package "emacs-exwm")
                          (specification->package
                           "emacs-desktop-environment")
                          (specification->package "nss-certs"))
                    %base-packages))



Removing the "(specification->package "nss-certs")" line fixes the
problem, but perhaps the installer needs to be updated to no longer
add nss-certs?

--
Laurence




This bug report was last modified 104 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.