mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: docker: Remove references to go.
Fixes <https://bugs.gnu.org/41406>. * gnu/packages/docker.scm (docker)[arguments]<#:phases>[remove-go-references]: New phase.
This commit is contained in:
parent
9593caff8d
commit
f523eaba7b
1 changed files with 3 additions and 1 deletions
|
@ -544,7 +544,9 @@ (define-public docker
|
|||
(install-file (string-append "bundles/dynbinary-daemon/dockerd-"
|
||||
(getenv "VERSION"))
|
||||
out-bin)
|
||||
#t))))))
|
||||
#t)))
|
||||
(add-after 'install 'remove-go-references
|
||||
(assoc-ref go:%standard-phases 'remove-go-references)))))
|
||||
(inputs
|
||||
`(("btrfs-progs" ,btrfs-progs)
|
||||
("containerd" ,containerd) ; for containerd-shim
|
||||
|
|
Loading…
Reference in a new issue