mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: btrbk: Add findutils to PATH.
* gnu/packages/backup.scm (btrbk)[arguments]: Add findutils to WRAP-PROGRAM's PATH list.
This commit is contained in:
parent
97285a431b
commit
e3ca4088d0
1 changed files with 1 additions and 0 deletions
|
@ -1128,6 +1128,7 @@ interactive mode.")
|
|||
`("PATH" prefix
|
||||
,(list (string-append #$btrfs-progs "/bin")
|
||||
(string-append #$coreutils "/bin")
|
||||
(string-append #$findutils "/bin")
|
||||
(string-append #$mbuffer "/bin")
|
||||
(string-append #$openssh "/bin")))))))))
|
||||
(native-inputs (list ruby-asciidoctor))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue