diff options
author | Maxime Devos <maximedevos@telenet.be> | 2021-07-02 12:06:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:37 +0200 |
commit | 2df94f75996a26fa2ffafe405a82b55b13e3bc44 (patch) | |
tree | 7ae26c5651454db612c567ed2f5a7a9a4be421dd | |
parent | eec5db2eb7566aec96a2c059c8e8d03c15443f78 (diff) | |
download | guix-2df94f75996a26fa2ffafe405a82b55b13e3bc44.tar.gz guix-2df94f75996a26fa2ffafe405a82b55b13e3bc44.zip |
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
-rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index cd27f04922..8d7c9953a4 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -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 |