mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mosh: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/ssh.scm (mosh)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I2d03972a6acf31e63e2629356eb862445eecf1aa
This commit is contained in:
parent
924a4b0c66
commit
ec292f3895
1 changed files with 3 additions and 1 deletions
|
@ -41,6 +41,7 @@ (define-module (gnu packages ssh)
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
@ -491,7 +492,8 @@ (define-public mosh
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list bash-minimal
|
||||||
|
boost
|
||||||
ncurses
|
ncurses
|
||||||
openssl
|
openssl
|
||||||
perl
|
perl
|
||||||
|
|
Loading…
Reference in a new issue