~ruther/guix-local

eb4c2f63f6cf84b040f20bf1dd081f8208e0dbe8 — Maxim Cournoyer 2 years ago 7b2d3fe
gnu: tkrev: Add bash-minimal to inputs.

* gnu/packages/version-control.scm (tkrev)
[inputs]: Add bash-minimal.

Change-Id: If63f4fa6da46ce0fd322201b78feaece426100ba
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +1 -1
@@ 4020,7 4020,7 @@ using the remote repository URL's host and path.")
                 "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