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:
Maxim Cournoyer 2023-10-19 23:45:19 -04:00 committed by Ludovic Courtès
parent a45e4bc5c2
commit 70398d7473
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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