guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: emacs-ivy-pass: Don't propagate password-store.


From: guix-commits
Subject: 05/05: gnu: emacs-ivy-pass: Don't propagate password-store.
Date: Mon, 10 Oct 2022 11:57:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fc6bf5d1f9aade360953ca003d9d7d67267f6716
Author: ( <paren@disroot.org>
AuthorDate: Sun Oct 9 17:57:49 2022 +0100

    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>
---
 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 @@ matched.")
            "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]