[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Extend channel-build-system?
From: |
Ludovic Courtès |
Subject: |
Re: Extend channel-build-system? |
Date: |
Wed, 08 Jan 2025 09:48:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Nicolas,
Nicolas Graves <ngraves@ngraves.fr> skribis:
> I am struggling to build a channel with properly defined metadata and/or
> proper dependencies. This is because the current channel-builds-system
> is only able to build a guix channel, rather than any channel.
AFAICS, ‘channel-build-system’ requires at least the ‘guix’ channel, but
it can also be passed additional channels via #:channels.
Did that not work for you? How did you get the error you mentioned?
As always, one cannot just build one channel: you always have to have
the ‘guix’ channel together with the other channels you care about.
HTH,
Ludo’.