Where can I find the ca-certificates.crt file from the nss-certs package?

2024-05-16 Thread Reza Housseini
Hello Guix For an application I need a ca-certificates.crt file and according to [1] I can get it from the package nss-certs, but ls $(guix build nss-certs) | grep ca-certificates.crt does not list any certificates, what am I doing wrong? Best, Reza [1] https://guix.gnu.org/en/manual/devel/e

No 'guix pull' substitutes for foreign distros?

2024-05-16 Thread Nigko Yerden
Hello Guix! I have two systems: first (A) is a full Guix system and second (B) is a foreign distribution with Guix package manager installed onto. I have noticed when I'm performing 'guix pull' system B always build 'guix pull' derivations by itself while system A most often just download sub

Error when Kernel configed with "CONFIG_DEBUG_INFO_BTF=y"

2024-05-16 Thread shaqtsui
Hi Guix team, I am struggling on this error but can not get it resolved. Please kindly help. Config code snippet ``` (kernel (customize-linux #:linux linux-libre-with-bpf #:configs '(

Re: how to use a variable in a plain-file object?

2024-05-16 Thread Tomas Volf
On 2024-05-16 17:57:55 +0200, Giovanni Biscuolo wrote: > Hello, > > sorry for the very guile-absolute-beginner question, but I'd like to use > a declared variable in a plain-file object, so I can write something > like in this pseudo-code snippet: > > --8<---cut here---start

Re: [fr] Moment de convivialité Guix@Paris en mai

2024-05-16 Thread Tanguy LE CARROUR
Quoting Tanguy LE CARROUR (2024-05-15 08:24:18) > Sans vouloir divulgacher, je vous proposerais bien de rejoindre en direct la > *Patch review session* pour écouter l’intervention de Ludo’. Guix@Paris a rejoint la Patch Review Session [1] ! Je ne peux malheureusement pas rejoindre cette conférenc

Re: how to use a variable in a plain-file object?

2024-05-16 Thread raingloom
On 2024-05-16 17:57, Giovanni Biscuolo wrote: > Hello, > > sorry for the very guile-absolute-beginner question, but I'd like to use > a declared variable in a plain-file object, so I can write something > like in this pseudo-code snippet: > > --8<---cut here---start---

how to use a variable in a plain-file object?

2024-05-16 Thread Giovanni Biscuolo
Hello, sorry for the very guile-absolute-beginner question, but I'd like to use a declared variable in a plain-file object, so I can write something like in this pseudo-code snippet: --8<---cut here---start->8--- (define variable1 "var1-value") (define variabl

Problem with gcc-toolchain modulefile

2024-05-16 Thread Reza Housseini
Hi Guixers I crated a modulefile with the module command for the gcc-toolchain on a foreign system. Unfortunately the LD_LIBRARY_PATH of the gcc-toolchain package is interfering with the system (due to the wrong libstdc++.so I guess). Has anyone come across this problem or knows any workaroun