nongnu: katenary: Fix baked-in source in unpack overrides.

* nongnu/packages/k8s.scm (katenary)[#:phases]<unpack>: Replace #$source by
keyword argument source.

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
Isaac van Bakel 2024-10-28 12:32:27 +01:00 committed by Jelle Licht
parent d0e6e969ed
commit c1fb20ea53
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -62,8 +62,8 @@ offers subsequent commands to interact with your observed resources.")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(replace 'unpack (replace 'unpack
(lambda _ (lambda* (#:key source #:allow-other-keys)
(copy-file #$source "./katenary") (copy-file source "./katenary")
(chmod "katenary" #o644))) (chmod "katenary" #o644)))
(add-before 'install 'chmod (add-before 'install 'chmod
(lambda _ (lambda _