Fix kubectl definition
This commit is contained in:
@@ -15,10 +15,10 @@
|
|||||||
(sha256 (base32 "1qx7gb6gavc4nj98przr7vaa5hafp4zgblsdccvgs68ic7h1ydf8"))))
|
(sha256 (base32 "1qx7gb6gavc4nj98przr7vaa5hafp4zgblsdccvgs68ic7h1ydf8"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases)
|
`(#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'chmod
|
(add-after 'unpack 'chmod
|
||||||
(lambda* (#:key #:allow-other-keys)
|
(lambda* (#:key #:allow-other-keys)
|
||||||
(cmod "kubectl" #o755)))
|
(chmod "kubectl" #o755))))
|
||||||
#:substitutable? #f
|
#:substitutable? #f
|
||||||
#:install-plan '(("kubectl" "/bin/"))))
|
#:install-plan '(("kubectl" "/bin/"))))
|
||||||
(synopsis "kubectl binary")
|
(synopsis "kubectl binary")
|
||||||
|
|||||||
Reference in New Issue
Block a user