mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-05 17:51:34 +02: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:
committed by
Andreas Enge
parent
28508c2462
commit
c04252e651
@@ -611,7 +611,7 @@ runcexecutor/executor.go"
|
||||
xz))
|
||||
(native-inputs
|
||||
(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")
|
||||
(description "This package provides a framework to assemble specialized
|
||||
container systems. It includes components for orchestration, image
|
||||
|
||||
Reference in New Issue
Block a user