From fc6bf5d1f9aade360953ca003d9d7d67267f6716 Mon Sep 17 00:00:00 2001 From: "(" Date: Sun, 9 Oct 2022 17:57:49 +0100 Subject: [PATCH] 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 --- gnu/packages/emacs-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f3b8fed991..576e4f18a7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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