mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: git-open: Add bash-minimal to inputs.
* gnu/packages/version-control.scm (git-open) [inputs]: Add bash-minimal. Change-Id: Ibfc05caa95c42d6daa0355fd2b0f126d9cbfe669
This commit is contained in:
parent
0434cac8c0
commit
781953823e
1 changed files with 1 additions and 1 deletions
|
@ -3700,7 +3700,7 @@ (define-public git-open
|
|||
(base32 "11n46bngvca5wbdbfcxzjhjbfdbad7sgf7h9gf956cb1q8swsdm0"))))
|
||||
(build-system copy-build-system)
|
||||
(inputs
|
||||
(list xdg-utils))
|
||||
(list bash-minimal xdg-utils))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue