diff --git a/adam/packages/kubernetes.scm b/adam/packages/kubernetes.scm index 5f62f30..b4d2ed4 100644 --- a/adam/packages/kubernetes.scm +++ b/adam/packages/kubernetes.scm @@ -15,10 +15,10 @@ (sha256 (base32 "1qx7gb6gavc4nj98przr7vaa5hafp4zgblsdccvgs68ic7h1ydf8")))) (build-system copy-build-system) (arguments - `(#:phases (modify-phases %standard-phases) - (add-after 'unpack 'chmod - (lambda* (#:key #:allow-other-keys) - (cmod "kubectl" #o755))) + `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'chmod + (lambda* (#:key #:allow-other-keys) + (chmod "kubectl" #o755)))) #:substitutable? #f #:install-plan '(("kubectl" "/bin/")))) (synopsis "kubectl binary")