guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64443] [PATCH v1] gnu: Add gp-saml-gui


From: Unstable Horse
Subject: [bug#64443] [PATCH v1] gnu: Add gp-saml-gui
Date: Wed, 05 Jul 2023 17:49:13 +0200
User-agent: Evolution 3.48.3 (by Flathub.org)

On Wed, 2023-07-05 at 15:22 +0100, Bruno Victal wrote:

> I'd use G-Expressions and write this part as:
> 
> --8<---------------cut here---------------start------------->8---
> (list
>  #:phases
>  #~(modify-phases %standard-phases
>      (add-after 'install 'wrap-program
>        (lambda _
>          (let ((prog (string-append #$output "/bin/gp-saml-gui")))
>            (wrap-program prog
>              `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
>              `("GI_TYPELIB_PATH" = (,(getenv
> "GI_TYPELIB_PATH")))))))))
> --8<---------------cut here---------------end--------------->8---

Ooh, I haven't wrapped my head around those yet. I'll test this in a
minute.

> Another thing, your email client mangled this patch since I had to do
> some sed magic to remove the Unicode non-breaking spaces.
> Please use 'git send-email' as it doesn't exhibit this behavior.

Thanks! That was Evolution... I'll keep that in mind.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]