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:
Maxim Cournoyer 2023-10-20 00:02:35 -04:00 committed by Ludovic Courtès
parent 7b2d3fe5f5
commit eb4c2f63f6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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