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:
( 2022-10-09 17:57:49 +01:00 committed by Nicolas Goaziou
parent 0bb5a235c3
commit fc6bf5d1f9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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