Brice Waegeneire <[email protected]> writes: > Fixes <https://bugs.gnu.org/36109> > > * gnu/packages/gnupg.scm (gpa)[arguments]: Add phase wrap-program.
Applied, thanks!
[...]
> + (add-after 'install 'wrap-program
> + (lambda* (#:key inputs outputs #:allow-other-keys)
> + (let ((out (assoc-ref outputs "out"))
> + (gnupg (assoc-ref inputs "gnupg")))
> + (wrap-program (string-append out "/bin/gpa")
> + `("PATH" ":" prefix (,(string-append gnupg "/bin")))
> + )))))))
I ended this phase on a #t and fixed the lonely parens as reported by
'guix lint gpa'.
signature.asc
Description: PGP signature
