mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: git: Add bash-minimal to inputs.
* gnu/packages/version-control.scm (git) [inputs]: Add bash-minimal. Change-Id: I2df7891650ebd7c300de79d4cdf6b4cfc7cf1cad
This commit is contained in:
parent
a45e4bc5c2
commit
70398d7473
1 changed files with 2 additions and 1 deletions
|
@ -705,7 +705,8 @@ (define job-count (if parallel-build?
|
|||
xmlto)))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs git-minimal)
|
||||
(append python ;for git-p4
|
||||
(append bash-minimal ;for wrap-program
|
||||
python ;for git-p4
|
||||
|
||||
;; For PCRE support in git grep (USE_LIBPCRE2).
|
||||
pcre2
|
||||
|
|
Loading…
Reference in a new issue