mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: tkrev: Add bash-minimal to inputs.
* gnu/packages/version-control.scm (tkrev) [inputs]: Add bash-minimal. Change-Id: If63f4fa6da46ce0fd322201b78feaece426100ba
This commit is contained in:
parent
7b2d3fe5f5
commit
eb4c2f63f6
1 changed files with 1 additions and 1 deletions
|
@ -4020,7 +4020,7 @@ (define-public tkrev
|
|||
"tkrev")))))
|
||||
#:tests? #f))
|
||||
(inputs
|
||||
(list tk))
|
||||
(list bash-minimal tk))
|
||||
(home-page "https://tkcvs.sourceforge.io")
|
||||
(synopsis "Graphical interface to CVS, Subversion, Git, and RCS")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue