help-guix
[Top][All Lists]
Advanced

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

Re: nss-certs


From: pelzflorian (Florian Pelz)
Subject: Re: nss-certs
Date: Fri, 26 Apr 2024 12:01:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hello Gottfried,

gfp <gfp@posteo.at> writes:
> This is in my config.scm:
>
> (packages
>     (append
>       (list (specification->package "nss-certs"))                     
>       %base-packages))
>
>
> What should it look like now?
>
> Do I have to delete everything?
>
> thanks for help
>
> Gottfried

This is a funny situation.  Indeed both would work, deleting all of
(packages …) because %base-packages is the default anyway, or deleting
only (specification->package "nss-certs") and keeping the now useless
packages, append, list form just for when you want to add a package
there later.

Regards,
Florian



reply via email to

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