mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ using the remote repository URL's host and path.")
|
||||||
"tkrev")))))
|
"tkrev")))))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
(list tk))
|
(list bash-minimal tk))
|
||||||
(home-page "https://tkcvs.sourceforge.io")
|
(home-page "https://tkcvs.sourceforge.io")
|
||||||
(synopsis "Graphical interface to CVS, Subversion, Git, and RCS")
|
(synopsis "Graphical interface to CVS, Subversion, Git, and RCS")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue