[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#40129: [PATCH] gnu: gpa: Add phase wrap-program.
From: |
Marius Bakke |
Subject: |
bug#40129: [PATCH] gnu: gpa: Add phase wrap-program. |
Date: |
Thu, 19 Mar 2020 10:51:05 +0100 |
User-agent: |
Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) |
Brice Waegeneire <address@hidden> 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