Fix kubectl definition
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user