Re: Module unavailable on build side

2024-01-14 Thread Attila Lendvai
this may help: https://github.com/attila-lendvai/guix-crypto/blob/main/src/guix-crypto/service-utils.scm#L56 and you should grep for its use in that repo. w-i-m ensures that the GEXP's that are instantiated in its dynamic extent will "capture" these modules as their dependencies, and i think

Re: Module unavailable on build side

2024-01-14 Thread Tomas Volf
Hi, On 2024-01-13 20:12:38 -0800, Felix Lechner via Development of GNU Guix and the GNU System distribution. wrote: > Hi, > > How may I make code from a channel available inside 'modify-phases', > please? > > I tried #:modules, but it says "no code for (x y z)." Thanks! Based on some quick