mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: dirvish: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/backup.scm (dirvish)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iedf6818bd15cd6bab97ace14dee1964b4fec6dc6
This commit is contained in:
parent
eec5db2eb7
commit
2df94f7599
1 changed files with 1 additions and 1 deletions
|
@ -921,7 +921,7 @@ (define write-man
|
|||
;; Write out man pages
|
||||
(for-each write-man man-pages)))))))
|
||||
(inputs
|
||||
(list perl rsync perl-libtime-period perl-libtime-parsedate))
|
||||
(list bash-minimal perl rsync perl-libtime-period perl-libtime-parsedate))
|
||||
(home-page "http://dirvish.org/")
|
||||
(synopsis "Fast, disk based, rotating network backup system")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue