[bug#74746,6/6] gnu: docker: Remove docker-<version> from install phase.
Commit Message
Change-Id: I898bd0f087268fa079f5de499f9dad0bf7049a01
---
gnu/packages/docker.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
@@ -579,10 +579,7 @@ (define-public docker
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(out-bin (string-append out "/bin")))
- (install-file "bundles/dynbinary-daemon/dockerd" out-bin)
- (install-file (string-append "bundles/dynbinary-daemon/dockerd-"
- (getenv "VERSION"))
- out-bin)))))))
+ (install-file "bundles/dynbinary-daemon/dockerd" out-bin)))))))
(inputs
(list btrfs-progs
containerd ; for containerd-shim