mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cloud-utils: Add bash-minimal to inputs.
* gnu/packages/admin.scm (cloud-utils) [inputs]: Add bash-minimal. Change-Id: I7b2d699784b14b0ca919a698d945560e6bce35c0
This commit is contained in:
parent
e051f1305c
commit
9a7b55d976
1 changed files with 3 additions and 2 deletions
|
@ -532,9 +532,10 @@ (define-public cloud-utils
|
|||
(list "bin/readlink"
|
||||
"sbin/sfdisk")))))))))))
|
||||
(inputs
|
||||
(list coreutils ; for readlink
|
||||
(list bash-minimal ;for wrap-program
|
||||
coreutils ;for readlink
|
||||
python
|
||||
util-linux)) ; sfdisk for growpart
|
||||
util-linux)) ;sfdisk for growpart
|
||||
(home-page "https://launchpad.net/cloud-utils")
|
||||
(synopsis "Set of utilities for cloud computing environments")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue