From: Guillaume Le Vaillant <glv@posteo.net>
To: Adam Kandur <rndd@tuta.io>
Cc: 47728@debbugs.gnu.org
Subject: [bug#47728] newbe question
Date: Mon, 12 Apr 2021 22:38:03 +0200 [thread overview]
Message-ID: <87sg3v44t0.fsf@yamatai> (raw)
In-Reply-To: <MY6LfVa--3-2@tuta.io>
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
Adam Kandur <rndd@tuta.io> skribis:
> also, you wrote "fiveam" ,sbcl-fiveam
>
> why not "sbcl-fiveam" ,sbcl-fiveam
It's because of the cl-xxx and ecl-xxx packages that are created by
transforming the definition of the sbcl-xxx package to use cl-* or ecl-*
packages as inputs instead of sbcl-*.
If the sbcl-xxx package has '("sbcl-fiveam" ,sbcl-fiveam)' as input,
after transformation the ecl-xxx package will have
'("sbcl-fiveam" ,ecl-fiveam)' as inputs, which looks strange (but it
will work anyway as the string is just used to reference an input in
custom phases using something like '(assoc-ref inputs "sbcl-xxx")').
By using just "fiveam" as string, the sbcl-xxx package has
'("fiveam" ,sbcl-fiveam)' as input, and the ecl-xxx package will have
'("fiveam" ,ecl-fiveam)'.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
next prev parent reply other threads:[~2021-04-12 20:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-12 14:37 [bug#47728] [PATCH] gnu: Add sbcl-bodge-queue Adam Kandur via Guix-patches via
2021-04-12 15:09 ` bug#47728: " Guillaume Le Vaillant
2021-04-12 15:31 ` [bug#47728] newbe question Adam Kandur via Guix-patches via
2021-04-12 16:39 ` Guillaume Le Vaillant
[not found] ` <MY6LfVa--3-2@tuta.io>
2021-04-12 20:38 ` Guillaume Le Vaillant [this message]
2021-04-12 19:41 ` [bug#47728] Sharlatan Hellseher
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sg3v44t0.fsf@yamatai \
--to=glv@posteo.net \
--cc=47728@debbugs.gnu.org \
--cc=rndd@tuta.io \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).