[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: pass-age: Add age-keygen to inputs.
From: |
guix-commits |
Subject: |
10/15: gnu: pass-age: Add age-keygen to inputs. |
Date: |
Sat, 22 Oct 2022 17:25:12 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fa1cd5b31fc2fce77beb4bb4eac2fdbc4cae1071
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200
gnu: pass-age: Add age-keygen to inputs.
* gnu/packages/password-utils.scm (pass-age)[inputs]: Add age-keygen.
[arguments]: Wrap with it.
---
gnu/packages/password-utils.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 404f588502..7293cb7c1f 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -630,6 +630,7 @@ through the pass command.")
,(map dirname
(map (cut search-input-file inputs <>)
(list "bin/age"
+ "bin/age-keygen"
"bin/getopt"
"bin/git"
"bin/pkill"
@@ -643,7 +644,7 @@ through the pass command.")
("src/completion/pass.zsh-completion"
"/share/zsh/site-functions/"))))
(inputs
- (list age git procps qrencode sed tree util-linux))
+ (list age age-keygen git procps qrencode sed tree util-linux))
(home-page "https://github.com/FiloSottile/passage")
(synopsis "Encrypted password manager")
(description "This package provides an encrypted password manager, forked
- branch master updated (1484e5f559 -> 1f734a6f0a), guix-commits, 2022/10/22
- 04/15: gnu: xmag: Use G-expressions., guix-commits, 2022/10/22
- 11/15: gnu: xlsxio: Use G-expressions., guix-commits, 2022/10/22
- 03/15: gnu: xmag: Update to 1.0.7., guix-commits, 2022/10/22
- 06/15: gnu: xmessage: Update to 1.0.6., guix-commits, 2022/10/22
- 05/15: gnu: smproxy: Update to 1.0.7., guix-commits, 2022/10/22
- 01/15: gnu: xev: Update to 1.2.5., guix-commits, 2022/10/22
- 08/15: gnu: xterm: Update to 374., guix-commits, 2022/10/22
- 09/15: gnu: xcb-util-cursor: Update to 0.1.4., guix-commits, 2022/10/22
- 10/15: gnu: pass-age: Add age-keygen to inputs.,
guix-commits <=
- 12/15: gnu: xlsxio: Remove ad hoc 'install phase., guix-commits, 2022/10/22
- 13/15: gnu: xlsxio: Update to 0.2.33., guix-commits, 2022/10/22
- 07/15: gnu: xrefresh: Update to 1.0.7., guix-commits, 2022/10/22
- 02/15: gnu: xkbutils: Update to 1.0.5., guix-commits, 2022/10/22
- 15/15: gnu: parallel: Update to 20221022., guix-commits, 2022/10/22
- 14/15: gnu: mtools: Update to 4.0.42., guix-commits, 2022/10/22