mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02: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:
committed by
Ludovic Courtès
parent
924a4b0c66
commit
ec292f3895
@@ -41,6 +41,7 @@
|
||||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages compression)
|
||||
@@ -491,7 +492,8 @@ with optional @acronym{TLS, Transport-Level Security} to protect credentials.")
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list boost
|
||||
(list bash-minimal
|
||||
boost
|
||||
ncurses
|
||||
openssl
|
||||
perl
|
||||
|
||||
Reference in New Issue
Block a user