mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ceph: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/storage.scm (ceph)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iaf40b14919b7b6e962d4b7bc7670c79819359c76
This commit is contained in:
parent
ec292f3895
commit
8e0c4fbd0f
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ (define-module (gnu packages storage)
|
|||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages assembly)
|
||||
#:use-module (gnu packages authentication)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages bdw-gc)
|
||||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages compression)
|
||||
|
@ -215,6 +216,7 @@ (define-public ceph
|
|||
(list `(,apache-thrift "lib")
|
||||
`(,apache-thrift "include")
|
||||
`(,apache-arrow-for-ceph "lib")
|
||||
bash-minimal
|
||||
boost
|
||||
curl
|
||||
cryptsetup
|
||||
|
|
Loading…
Reference in a new issue