mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pinentry-rofi: Add bash-minimal to inputs.
* gnu/packages/gnupg.scm (pinentry-rofi): Delete trailing #t. [inputs]: Add bash-minimal. Change-Id: I65cfda00921a184d9f0644fa28934b3c29551f4b
This commit is contained in:
parent
408d06ca98
commit
94d0531b33
1 changed files with 2 additions and 3 deletions
|
@ -1009,14 +1009,13 @@ (define-public pinentry-rofi
|
|||
(("." ".." version)
|
||||
(wrap-program
|
||||
(string-append bin "pinentry-rofi")
|
||||
(list "PATH" ":" 'prefix `(,rofi-bin)))
|
||||
#t)))))
|
||||
(list "PATH" ":" 'prefix `(,rofi-bin))))))))
|
||||
(add-after 'compress-documentation 'installcheck
|
||||
(lambda* rest
|
||||
(invoke "make" "installcheck"))))))
|
||||
(native-inputs
|
||||
(list autoconf autoconf-archive automake pkg-config texinfo))
|
||||
(inputs (list guile-3.0 rofi))
|
||||
(inputs (list bash-minimal guile-3.0 rofi))
|
||||
(synopsis "Rofi GUI for GnuPG's passphrase input")
|
||||
(description "Pinentry-rofi is a simple graphical user interface for
|
||||
passphrase or PIN when required by @code{gpg} or other software. It is using
|
||||
|
|
Loading…
Reference in a new issue