bug#38795: "guix build" doesn't find modules from extra channels when building from an expression

2020-01-05 Thread pkill9
Hi Gábor, > This is a possible duplicate of 37399. Can you confirm? Is this the bug? https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37399 If so, yes, it looks like it is caused by the same issue, as when I set GUILE_LOAD_PATH to point to my repository, it finds the module. Thanks

bug#38795: "guix build" doesn't find modules from extra channels when building from an expression

2020-01-05 Thread Gábor Boskovits
This is a possible duplicate of 37399. Can you confirm? ezt írta (időpont: 2019. dec. 29., V, 17:07): > > I have added my own repository to my ~/.config/guix/channels.scm > (https://gitlab.com/pkill-9/guix-packages-free), but when I run `guix build > --expression='(use-modules (pkill9 utils))'

bug#38795: "guix build" doesn't find modules from extra channels when building from an expression

2019-12-29 Thread pkill9
I have added my own repository to my ~/.config/guix/channels.scm (https://gitlab.com/pkill-9/guix-packages-free), but when I run `guix build --expression='(use-modules (pkill9 utils))' it returns "no code for module (pkill9 utils)". It does find modules from the guix repository though, e.g. `gu