mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: docker: Fix build.
* gnu/packages/docker.scm (docker)[native-inputs]: Replace go-1.20 with go-1.21. Change-Id: I47a10116fd7bb0447e6ff610fd85fefdc7f52d23
This commit is contained in:
parent
28508c2462
commit
c04252e651
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ runcexecutor/executor.go"
|
||||||
xz))
|
xz))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc)
|
(list eudev ; TODO: Should be propagated by lvm2 (.pc -> .pc)
|
||||||
go-1.20 gotestsum pkg-config))
|
go-1.21 gotestsum pkg-config))
|
||||||
(synopsis "Container component library and daemon")
|
(synopsis "Container component library and daemon")
|
||||||
(description "This package provides a framework to assemble specialized
|
(description "This package provides a framework to assemble specialized
|
||||||
container systems. It includes components for orchestration, image
|
container systems. It includes components for orchestration, image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue