mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: remind: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/calendar.scm (remind)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I17b53c1bdb59eedffed8c9079bd7d065988bfac0
This commit is contained in:
parent
8ea60f7525
commit
3e33f2e00c
1 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ (define-module (gnu packages calendar)
|
|||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages dav)
|
||||
#:use-module (gnu packages docbook)
|
||||
|
@ -270,7 +271,7 @@ (define-public remind
|
|||
(list "bin/cm2rem.tcl"
|
||||
"bin/tkremind"))))))))
|
||||
(inputs
|
||||
(list inetutils tcl tcllib tk))
|
||||
(list bash-minimal inetutils tcl tcllib tk))
|
||||
(home-page "https://dianne.skoll.ca/projects/remind/")
|
||||
(synopsis "Sophisticated calendar and alarm program")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue