mbox series

[bug#68247,0/3] gnu: yggdrasil: Fix build.

Message ID cover.1704423368.git.sharlatanus@gmail.com
Headers show
Series gnu: yggdrasil: Fix build. | expand

Message

Sharlatan Hellseher Jan. 5, 2024, 2:58 a.m. UTC
Hi Guix,

The merge of the patch series from https://issues.guix.gnu.org/issue/66827
introduced some inconsistencie with updated version of
go-github-com-hjson-hjson-go.

This small patch set has fixed it.

> ./pre-inst-env guix build yggdrasil
/gnu/store/42n899nzfng6ybnjh41115y6vaa5w30v-yggdrasil-0.5.2

Sharlatan Hellseher (3):
  gnu: go-github-com-hjson-hjson-go: Fix commit.
  gnu: yggdrasil: Sort inputs alphabetically.
  gnu: yggdrasil: Remove duplicated input.

 gnu/packages/golang-web.scm |  5 +++--
 gnu/packages/networking.scm | 39 ++++++++++++++++++-------------------
 2 files changed, 22 insertions(+), 22 deletions(-)


base-commit: be1d05c10766a979dd0720b677889ed950d3b895

Comments

Andrew Tropin Jan. 6, 2024, 2:25 p.m. UTC | #1
On 2024-01-05 02:58, Sharlatan Hellseher wrote:

> Hi Guix,
>
> The merge of the patch series from https://issues.guix.gnu.org/issue/66827
> introduced some inconsistencie with updated version of
> go-github-com-hjson-hjson-go.
>
> This small patch set has fixed it.
>
>> ./pre-inst-env guix build yggdrasil
> /gnu/store/42n899nzfng6ybnjh41115y6vaa5w30v-yggdrasil-0.5.2
>
> Sharlatan Hellseher (3):
>   gnu: go-github-com-hjson-hjson-go: Fix commit.
>   gnu: yggdrasil: Sort inputs alphabetically.
>   gnu: yggdrasil: Remove duplicated input.
>
>  gnu/packages/golang-web.scm |  5 +++--
>  gnu/packages/networking.scm | 39 ++++++++++++++++++-------------------
>  2 files changed, 22 insertions(+), 22 deletions(-)
>
>
> base-commit: be1d05c10766a979dd0720b677889ed950d3b895

Hi Sharlatan!

Applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e994bc0abf

Thank you for the prompt fix!  Much appreciate! :)