me
/
guix
Archived
1
0
Fork 0

gnu: docker: Remove references to go.

Fixes <https://bugs.gnu.org/41406>.

* gnu/packages/docker.scm (docker)[arguments]<#:phases>[remove-go-references]:
New phase.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -544,7 +544,9 @@ built-in registry server of 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