mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: password-store: Fix program name in usage and tmpdir.
* gnu/packages/password-utils.scm (password-store): Fix program name in usage and tmpdir. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
244baa607d
commit
14d4ff6cae
1 changed files with 6 additions and 0 deletions
|
@ -618,6 +618,12 @@ (define-public password-store
|
|||
"${PASSWORD_STORE_SYSTEM_EXTENSION_DIR:-"
|
||||
extension-dir
|
||||
"}\"\n"))))))
|
||||
(add-before 'install 'patch-program-name
|
||||
;; Use pass not .pass-real in tmpdir and cmd_usage
|
||||
(lambda _
|
||||
(substitute* "src/password-store.sh"
|
||||
(("^PROGRAM=.*$")
|
||||
"PROGRAM=\"pass\"\n"))))
|
||||
(add-before 'install 'patch-passmenu-path
|
||||
;; FIXME Wayland support requires ydotool and dmenu-wl packages
|
||||
;; We are ignoring part of the script that gets executed if
|
||||
|
|
Loading…
Reference in a new issue