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:
Danny Milosavljevic 2020-05-19 20:14:17 +02:00
parent 9593caff8d
commit f523eaba7b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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