mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-ivy-pass: Don't propagate password-store.
* gnu/packages/emacs-xyz.scm (emacs-ivy-pass)[propagated-inputs]: Delete PASSWORD-STORE. [synopsis, description]: Use @code when referring to pass. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
0bb5a235c3
commit
fc6bf5d1f9
1 changed files with 5 additions and 4 deletions
|
@ -10547,11 +10547,12 @@ (define-public emacs-ivy-pass
|
|||
"18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-ivy emacs-password-store password-store))
|
||||
(list emacs-ivy emacs-password-store))
|
||||
(home-page "https://github.com/ecraven/ivy-pass")
|
||||
(synopsis "Ivy interface for password store (pass)")
|
||||
(description "This package provides an Ivy interface for working with
|
||||
the password store @code{pass}.")
|
||||
(synopsis "Ivy interface to the @code{pass} password store")
|
||||
(description
|
||||
"This package provides an Ivy interface for working with the password
|
||||
store (@code{pass}) in Emacs.")
|
||||
(license license:gpl3))))
|
||||
|
||||
(define-public emacs-ivy-yasnippet
|
||||
|
|
Loading…
Reference in a new issue