mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: parallel: Add bash-minimal.
* gnu/packages/parallel.scm (parallel)[inputs]: Add bash-minimal.
This commit is contained in:
parent
6f52d3aec1
commit
51a6dd170b
1 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ (define-module (gnu packages parallel)
|
|||
#: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 flex)
|
||||
#:use-module (gnu packages freeipmi)
|
||||
|
@ -112,7 +113,7 @@ (define-public parallel
|
|||
(native-inputs
|
||||
(list perl))
|
||||
(inputs
|
||||
(list perl procps))
|
||||
(list bash-minimal perl procps))
|
||||
(home-page "https://www.gnu.org/software/parallel/")
|
||||
(synopsis "Build and execute command lines in parallel")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue