From: Guillaume Le Vaillant <glv@posteo.net>
To: Sharlatan Hellseher <sharlatanus@gmail.com>
Cc: 45189-done@debbugs.gnu.org
Subject: bug#45189:
Date: Sun, 13 Dec 2020 10:10:43 +0100 [thread overview]
Message-ID: <87v9d68418.fsf@yamatai> (raw)
In-Reply-To: <CAO+9K5r+VMBp4LUmrVWZvZGZhijz2jbbHC4Jy4Po53i3OisqMw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 859 bytes --]
Sharlatan Hellseher <sharlatanus@gmail.com> skribis:
> Hi, Guillaume
>
> Thanks you for your point about multiple systems within one source repository.
>
> If I include them with `#:asdf-systems` how I would refer to them in
> `(inputs...)` part of the package which has it as a dependency?
>
> Please check one more patch from the list for *command-line-arguments*
command-line-arguments pushed as f42e54dfaaece18a5065ddd328750d8b316605f3.
Thanks.
When you have a package-1 containing several systems (declared with
'#:asd-systems'), and a package-2 depending on at least one of the
systems in package-1, just put package-1 as input in the definition of
package-2 and asdf-build-system will find what it needs to compile
package-2:
(define-public sbcl-package-2
(package
...
(inputs
`(("package-1" ,sbcl-package-1)
...))
...))
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
prev parent reply other threads:[~2020-12-13 9:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-12 0:40 [bug#45189] Sharlatan Hellseher
2020-12-13 9:10 ` Guillaume Le Vaillant [this message]
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=87v9d68418.fsf@yamatai \
--to=glv@posteo.net \
--cc=45189-done@debbugs.gnu.org \
--cc=sharlatanus@gmail.com \
/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).