guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: password-store: Add missing ‘tail’ input.


From: guix-commits
Subject: 01/02: gnu: password-store: Add missing ‘tail’ input.
Date: Fri, 3 Nov 2023 20:01:09 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 625cfb4c4ce22250e19cba243c27a4f950746dd7
Author: Clément Lassieur <clement@lassieur.org>
AuthorDate: Wed Nov 1 00:48:39 2023 +0100

    gnu: password-store: Add missing ‘tail’ input.
    
    * gnu/packages/password-utils.scm (password-store)[arguments]: Add “tail” to
    the list of requisites.
    [inputs]: Add COREUTILS.
    
    Change-Id: I7f59e6c0abfb5396b9548edaec08d3b0a7c0eb23
---
 gnu/packages/password-utils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 9558da1dee..385bd64985 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -678,7 +678,7 @@ any X11 window.")
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
                     (requisites '("getopt" "git" "gpg" "qrencode" "sed"
-                                  "tree" "which" "wl-copy" "xclip"))
+                                  "tail" "tree" "which" "wl-copy" "xclip"))
                     (path (map (lambda (pkg)
                                  (dirname (search-input-file
                                            inputs (string-append "/bin/" 
pkg))))
@@ -699,7 +699,8 @@ any X11 window.")
             (separator #f)             ;single entry
             (files '("lib/password-store/extensions")))))
     (inputs
-     (list dmenu
+     (list coreutils
+           dmenu
            util-linux
            git
            gnupg



reply via email to

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