unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36109: [bug#40129] [PATCH] gnu: gpa: Add phase wrap-program.
       [not found] <20200319091937.11811-1-brice@waegenei.re>
@ 2020-03-19  9:51 ` Marius Bakke
  0 siblings, 0 replies; only message in thread
From: Marius Bakke @ 2020-03-19  9:51 UTC (permalink / raw)
  To: Brice Waegeneire, 40129-done; +Cc: 36109-done

[-- Attachment #1: Type: text/plain, Size: 655 bytes --]

Brice Waegeneire <brice@waegenei.re> 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'.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-19  9:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200319091937.11811-1-brice@waegenei.re>
2020-03-19  9:51 ` bug#36109: [bug#40129] [PATCH] gnu: gpa: Add phase wrap-program Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).