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 @@ built-in registry server of Docker.")
|
||||||
(install-file (string-append "bundles/dynbinary-daemon/dockerd-"
|
(install-file (string-append "bundles/dynbinary-daemon/dockerd-"
|
||||||
(getenv "VERSION"))
|
(getenv "VERSION"))
|
||||||
out-bin)
|
out-bin)
|
||||||
#t))))))
|
#t)))
|
||||||
|
(add-after 'install 'remove-go-references
|
||||||
|
(assoc-ref go:%standard-phases 'remove-go-references)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("btrfs-progs" ,btrfs-progs)
|
`(("btrfs-progs" ,btrfs-progs)
|
||||||
("containerd" ,containerd) ; for containerd-shim
|
("containerd" ,containerd) ; for containerd-shim
|
||||||
|
|
Reference in a new issue