Hello Guile developers!

Today I ran into a problem simply trying to run `guile`.

I have installed Guile in a guix profile:

~~~~
$ guix describe --format=channels
(list (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git")
        (branch "master")
        (commit
          "4473f8ae902c2192cab6919363a9101ce9861e45")
        (introduction
          (make-channel-introduction
            "9edb3f66fd807b096b48283debdcddccfea34bad"
            (openpgp-fingerprint
              "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))

$ command -v guile
/home/user/.guix-profile/bin/guile
~~~~

-- 
repositories: https://notabug.org/ZelphirKaltstahl, https://codeberg.org/ZelphirKaltstahl