Fix kubectl definition

This commit is contained in:
2024-02-11 13:08:21 -05:00
parent 8ef9d6d7ff
commit ba60f0e0b4

View File

@@ -15,10 +15,10 @@
(sha256 (base32 "1qx7gb6gavc4nj98przr7vaa5hafp4zgblsdccvgs68ic7h1ydf8"))))
(build-system copy-build-system)
(arguments
`(#:phases (modify-phases %standard-phases)
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'chmod
(lambda* (#:key #:allow-other-keys)
(cmod "kubectl" #o755)))
(chmod "kubectl" #o755))))
#:substitutable? #f
#:install-plan '(("kubectl" "/bin/"))))
(synopsis "kubectl binary")