all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* nss-certs
@ 2024-04-26  8:12 gfp
  2024-04-26 10:01 ` nss-certs pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 4+ messages in thread
From: gfp @ 2024-04-26  8:12 UTC (permalink / raw)
  To: help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 832 bytes --]

Hi Guix,

For safety reasons I am asking:
-------------------------------------------------------------------

The package `nss-certs' is now included in `%base-packages', the default 
value of the
     default value of the `packages' field in the `operating-system' 
composite type.

     If you are a user of Guix System, please add in your
     operating system configuration file no longer
     `(specification->package “nss-certs”)' to `%base-packages' in your 
operating system configuration file.
----------------------------------------------------------------------

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

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2451 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: nss-certs
  2024-04-26  8:12 nss-certs gfp
@ 2024-04-26 10:01 ` pelzflorian (Florian Pelz)
  2024-04-27  8:05   ` nss-certs gfp
  0 siblings, 1 reply; 4+ messages in thread
From: pelzflorian (Florian Pelz) @ 2024-04-26 10:01 UTC (permalink / raw)
  To: gfp; +Cc: help-guix

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: nss-certs
  2024-04-26 10:01 ` nss-certs pelzflorian (Florian Pelz)
@ 2024-04-27  8:05   ` gfp
  2024-04-27 13:51     ` nss-certs pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 4+ messages in thread
From: gfp @ 2024-04-27  8:05 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 946 bytes --]

Hi,

thanks for explanation.

I also thank you very much for the translating of the "Scheme Primer" 
into German language.

I would not be able to understand it properly in English language.

Gottfried


Am 26.04.24 um 12:01 schrieb pelzflorian (Florian Pelz):
> 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



[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2451 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: nss-certs
  2024-04-27  8:05   ` nss-certs gfp
@ 2024-04-27 13:51     ` pelzflorian (Florian Pelz)
  0 siblings, 0 replies; 4+ messages in thread
From: pelzflorian (Florian Pelz) @ 2024-04-27 13:51 UTC (permalink / raw)
  To: gfp; +Cc: help-guix

gfp <gfp@posteo.at> writes:
> Hi,
>
> thanks for explanation.

:)

> I also thank you very much for the translating of the "Scheme Primer"
> into German language.
>
> I would not be able to understand it properly in English language.
>
> Gottfried

Thank you so much for making me happy, even if upstream author Christine
Lemmer-Webber and her companions did the harder job writing the English
version.

Regards,
Florian


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-27 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26  8:12 nss-certs gfp
2024-04-26 10:01 ` nss-certs pelzflorian (Florian Pelz)
2024-04-27  8:05   ` nss-certs gfp
2024-04-27 13:51     ` nss-certs pelzflorian (Florian Pelz)

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.