guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/13: gnu: tkrev: Add bash-minimal to inputs.


From: guix-commits
Subject: 10/13: gnu: tkrev: Add bash-minimal to inputs.
Date: Fri, 20 Oct 2023 00:24:49 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit a3ea6af39dbf838e89b7a51e2b94b294317048c8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 00:02:35 2023 -0400

    gnu: tkrev: Add bash-minimal to inputs.
    
    * gnu/packages/version-control.scm (tkrev)
    [inputs]: Add bash-minimal.
    
    Change-Id: If63f4fa6da46ce0fd322201b78feaece426100ba
---
 gnu/packages/version-control.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 55326677a0..c366a41342 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3604,7 +3604,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]