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:
Maxime Devos 2021-07-02 12:06:56 +02:00 committed by Ludovic Courtès
parent eec5db2eb7
commit 2df94f7599
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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