From: Robby Zambito <contact@robbyzambito.me>
To: "(" <paren@disroot.org>
Cc: 64090@debbugs.gnu.org
Subject: bug#64090: Cannot compute a file with a G-exp
Date: Sat, 17 Jun 2023 10:05:44 -0400 [thread overview]
Message-ID: <87o7lexjq3.fsf@robbyzambito.me> (raw)
In-Reply-To: <87legied23.fsf@disroot.org>
Hello,
"(" <paren@disroot.org> writes:
> SOURCE-MODULE-CLOSURE only works for modules provided by Guix or Guix
> channels ;) Modules included in Guile don't need it at all, and for
> modules provided by third-party Guile libraries like guile-ini or
> guile-json, you need to use WITH-EXTENSIONS:
>
> (use-modules (gnu packages guile-xyz))
>
> (with-extensions (list guile-ini guile-json) GEXP)
Well shucks, if only I read the next paragraph in the manual! Thank you
for pointing this out.
> No, it includes the entire dependency tree, but filters out any modules
> that don't come from Guix or Guix channels.
Strangely with-extensions doesn't seem to be including the whole
dependency tree for me. Should it? Maybe this is an issue with the
definition of the guile-ini package, but I also had to specify guile-smc
and guile-lib as extensions, even though I am not using either of those
directly.
Thank you for you help though :) I was able to get my G-Exp working as I
want
Robby
next prev parent reply other threads:[~2023-06-17 14:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-16 1:17 bug#64090: Cannot compute a file with a G-exp Robby Zambito
2023-06-17 7:51 ` paren--- via Bug reports for GNU Guix
2023-06-17 14:05 ` Robby Zambito [this message]
2023-06-17 16:27 ` paren--- via Bug reports for GNU Guix
2024-09-10 15:01 ` Simon Tournier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o7lexjq3.fsf@robbyzambito.me \
--to=contact@robbyzambito.me \
--cc=64090@debbugs.gnu.org \
--cc=paren@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.