Konrad Hinsen writes:
> Hi everyone,
>
> A package I am working on has the unusual property of having its source
> split into two repositories, for historical reasons. Building it
> requires a checkout of both these repositories. Is this possible in a
> Guix package? E.g. having two source reposi
Hi folks
Building on what Noé said, since the merge of
https://issues.guix.gnu.org/73073, we can now have both origins and
packages in the same input list without having to use the old
(deprecated) input style. The origin inputs are automatically
assigned a label, which you can override using 'fi
Hi Noé and Jake,
Thanks, that looks like just what I need, and with the examples from
GNOME I should be able to figure out how to use this mechanism in
practice!
Cheers,
Konrad
Hi everyone,
A package I am working on has the unusual property of having its source
split into two repositories, for historical reasons. Building it
requires a checkout of both these repositories. Is this possible in a
Guix package? E.g. having two source repositories? Or downloading one
separate