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 @@ matched.")
|
||||||
"18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"))))
|
"18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-ivy emacs-password-store password-store))
|
(list emacs-ivy emacs-password-store))
|
||||||
(home-page "https://github.com/ecraven/ivy-pass")
|
(home-page "https://github.com/ecraven/ivy-pass")
|
||||||
(synopsis "Ivy interface for password store (pass)")
|
(synopsis "Ivy interface to the @code{pass} password store")
|
||||||
(description "This package provides an Ivy interface for working with
|
(description
|
||||||
the password store @code{pass}.")
|
"This package provides an Ivy interface for working with the password
|
||||||
|
store (@code{pass}) in Emacs.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3))))
|
||||||
|
|
||||||
(define-public emacs-ivy-yasnippet
|
(define-public emacs-ivy-yasnippet
|
||||||
|
|
Reference in a new issue