gnu: docker-cli: Don't install the same executable twice.

Reported by Meiyo Peng <meiyo.peng@gmail.com>.

* gnu/packages/docker.scm (docker-cli)[arguments]<#:phases>[install]:
Don't install the same executable twice.
master
Danny Milosavljevic 2019-01-15 13:30:54 +01:00
parent 743497b565
commit f370509096
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 0 additions and 1 deletions

View File

@ -517,7 +517,6 @@ provisioning etc.")
(let* ((out (assoc-ref outputs "out"))
(out-bin (string-append out "/bin")))
(chdir "build")
(install-file (readlink "docker") out-bin)
(install-file "docker" out-bin)
#t))))))
(native-inputs