[bug#74746,6/6] gnu: docker: Remove docker-<version> from install phase.

Message ID N4pNK2NiR8bs52M9LEjoeLujbWM6DrjXwJ4bTO4cWjkzDPmQEV2ediZ2fsNj2H5UQr7Ez-7g4Hgdo-WfkKQw6joDJTfywqFwRz60tDLzGOc=@proton.me
State New
Headers
Series [bug#74746] Updating Docker to v27 |

Commit Message

Arthur Rodrigues June 11, 2025, 3:10 p.m. UTC
  Change-Id: I898bd0f087268fa079f5de499f9dad0bf7049a01
---
 gnu/packages/docker.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
  

Patch

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 9a9ed9a12d..2e92af2fea 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -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