Danny Milosavljevic <dan...@scratchpost.org> writes:
> $ guix environment --pure --ad-hoc python-on-guile > [env]$ python > no code for module (parser stis-parser lang python3-parser) > [env]$ exit > $ guix environment --ad-hoc --pure python-on-guile guile-stis-parser > [env]$ python > no code for module (parser stis-parser lang python3-parser) The package propagates these Guile packages, but you’ll need to have “guile” in your environment. (It’s on my TODO list to change the wrapper so that the GUILE_LOAD_{COMPILED_,}PATH is set properly in any case.) -- Ricardo