guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ee94d3c3241d8874e0bcdd962dab927efc4b2af4
Author: Anderson Torres <[email protected]>
AuthorDate: Tue Dec 30 22:23:25 2025 -0300

    gnu: ack: Add dependency for testing.
    
    * gnu/packages/tetxutils.scm (ack)[native-inputs]: Add perl-io-pty.
    
    Change-Id: I283502b14f84ebdea6bd87af6abb2d53030120c6
---
 gnu/packages/textutils.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index a269ea2c2d..8dad435f22 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1960,6 +1960,8 @@ conversion and pretty-printing.")
     (inputs
      (list perl
            perl-file-next))
+    (native-inputs
+     (list perl-io-pty))
     (home-page "https://beyondgrep.com/";)
     (synopsis "Code-searching tool for programmers with large source trees")
     (description "ack is a tool for finding text inside files.  It is designed 
for

Reply via email to