mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (define btrbk (search-input-file outputs "bin/btrbk"))
|
|||
`("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…
Reference in a new issue