mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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:
parent
24dd78a3cd
commit
83fc59b46b
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue