[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: pinentry-rofi: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
05/13: gnu: pinentry-rofi: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 11:27:37 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit ca8a913fb23a94dc337564b71e7af3713668beda
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 10:39:12 2023 -0400
gnu: pinentry-rofi: Add bash-minimal to inputs.
* gnu/packages/gnupg.scm (pinentry-rofi): Delete trailing #t.
[inputs]: Add bash-minimal.
Change-Id: I65cfda00921a184d9f0644fa28934b3c29551f4b
---
gnu/packages/gnupg.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 14a2e62e66..b1d9c869fd 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -942,14 +942,13 @@ passphrase when @code{gpg} is run and needs it.")))
(("." ".." 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
- branch core-updates updated (78cb35793f -> 66b7d3b45b), guix-commits, 2023/10/20
- 03/13: gnu: akku: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 01/13: gnu: gnome: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 05/13: gnu: pinentry-rofi: Add bash-minimal to inputs.,
guix-commits <=
- 04/13: gnu: signing-party: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 08/13: gnu: password-utils: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 07/13: gnu: parcimonie: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 13/13: gnu: game-development: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 02/13: gnu: guix: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 09/13: gnu: mail: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 06/13: gnu: gpa: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 10/13: gnu: engineering: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 12/13: gnu: maths: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20
- 11/13: gnu: messaging: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/20