mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ provisioning etc.")
|
||||||
(string-append etc "/fish/completions"))
|
(string-append etc "/fish/completions"))
|
||||||
(install-file "zsh/_docker"
|
(install-file "zsh/_docker"
|
||||||
(string-append etc "/zsh/site-functions")))
|
(string-append etc "/zsh/site-functions")))
|
||||||
(chdir "build")
|
(install-file "build/docker" out-bin)
|
||||||
(install-file "docker" out-bin)
|
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("go" ,go)
|
`(("go" ,go)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue