guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: docker-cli: Fix build.


From: guix-commits
Subject: branch master updated: gnu: docker-cli: Fix build.
Date: Fri, 16 Oct 2020 08:39:17 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 83fc59b  gnu: docker-cli: Fix build.
83fc59b is described below

commit 83fc59b46b8115c9f657e815f0acc46e926d5718
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 16 15:38:32 2020 +0300

    gnu: docker-cli: Fix build.
    
    This is a follow-up to 6b793fa66218337a1f638466753cd5326a6a6c18.
    
    * gnu/packages/docker.scm (docker-cli)[arguments]: In custom 'install
    phase don't change directory to install 'docker' binary.
---
 gnu/packages/docker.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index e4fc88b..8e68403 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -658,8 +658,7 @@ provisioning etc.")
                                (string-append etc "/fish/completions"))
                  (install-file "zsh/_docker"
                                (string-append etc "/zsh/site-functions")))
-               (chdir "build")
-               (install-file "docker" out-bin)
+               (install-file "build/docker" out-bin)
                #t))))))
     (native-inputs
      `(("go" ,go)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]