gnu: docker-cli: Fix build.

This is a follow-up to 6b793fa662.

* gnu/packages/docker.scm (docker-cli)[arguments]: In custom 'install
phase don't change directory to install 'docker' binary.
This commit is contained in:
Efraim Flashner 2020-10-16 15:38:32 +03:00
parent 24dd78a3cd
commit 83fc59b46b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -658,8 +658,7 @@ (define-public docker-cli
(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)