~ruther/guix-local

2df94f75996a26fa2ffafe405a82b55b13e3bc44 — Maxime Devos 4 years ago eec5db2
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/backup.scm
M gnu/packages/backup.scm => gnu/packages/backup.scm +1 -1
@@ 921,7 921,7 @@ NTFS volumes using @code{ntfs-3g}, preserving NTFS-specific attributes.")
               ;; 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