guix-patches
[Top][All Lists]
Advanced

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

bug#45190: [PATCH 0/1] Add pinentry-rofi


From: Ludovic Courtès
Subject: bug#45190: [PATCH 0/1] Add pinentry-rofi
Date: Wed, 13 Jan 2021 16:26:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Fredrik Salomonsson <plattfot@posteo.net> skribis:

> * gnu/packages/gnupg.scm (pinentry-rofi): New variable.

Applied, thanks!

> +               (match (scandir site)
> +                 (("." ".." version)
> +                  (for-each
> +                   (lambda (file)
> +                     (wrap-program
> +                         (string-append bin file)
> +                       (dep-path
> +                        "PATH"
> +                        (string-append (assoc-ref inputs "rofi") "/bin"))
> +                       (dep-path
> +                        "GUILE_LOAD_PATH"
> +                        (uncompiled-dir out version))
> +                       (dep-path
> +                        "GUILE_LOAD_COMPILED_PATH"
> +                        (compiled-dir out version))))
> +                   ,''("pinentry-rofi"))

As I wrote, it’ll be nicer when this is handled upstream, but we can
adjust it on the next release.

Ludo’.





reply via email to

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