apteryx pushed a commit to branch core-updates
in repository guix.
commit 91e488b4e9b2757d037fbffd7ed14424df4ea2db
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Oct 20 00:01:01 2023 -0400
gnu: git-open: Add bash-minimal to inputs.
* gnu/packages/version-control.scm (git-open)
[inputs]: Add bash-minimal.
Change-Id: Ibfc05caa95c42d6daa0355fd2b0f126d9cbfe669
---
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 76c4556d22..02dab20349 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3284,7 +3284,7 @@ standalone agent instead of a server.")
(base32 "11n46bngvca5wbdbfcxzjhjbfdbad7sgf7h9gf956cb1q8swsdm0"))))
(build-system copy-build-system)
(inputs
- (list xdg-utils))
+ (list bash-minimal xdg-utils))
(arguments
`(#:phases
(modify-phases %standard-phases