Re: Package with multiple source repositories

2025-06-24 Thread Noé Lopez
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

Re: Package with multiple source repositories

2025-06-24 Thread Jake
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

Re: Package with multiple source repositories

2025-06-24 Thread Konrad Hinsen
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

Package with multiple source repositories

2025-06-24 Thread Konrad Hinsen
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