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
This commit is contained in:
parent
10d728139d
commit
625cfb4c4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user