mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: parallel: Remove 'bash' input.
Because it's implicit. * gnu/packages/parallel.scm (parallel)[inputs]: Remove 'bash'.
This commit is contained in:
parent
8edebd3207
commit
5ca5ab8ba7
1 changed files with 1 additions and 3 deletions
|
@ -34,7 +34,6 @@ (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 freeipmi)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages mpi)
|
||||
|
@ -90,8 +89,7 @@ (define-public parallel
|
|||
"echo"
|
||||
":::" "1" "2" "3"))))))
|
||||
(inputs
|
||||
`(("bash" ,bash)
|
||||
("perl" ,perl)
|
||||
`(("perl" ,perl)
|
||||
("procps" ,procps)))
|
||||
(home-page "https://www.gnu.org/software/parallel/")
|
||||
(synopsis "Build and execute command lines in parallel")
|
||||
|
|
Loading…
Reference in a new issue