This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2a2fed74f5 gnu: Fix ack.
2a2fed74f5 is described below

commit 2a2fed74f5b904a1d3326cb82560a65951174046
Author: Gabriel Wicki <[email protected]>
AuthorDate: Wed Mar 4 12:49:57 2026 +0100

    gnu: Fix ack.
    
    * gnu/packages/textutils.scm (ack) [arguments] {phases}: Wrap package name 
in
    double-quotes.
    
    Change-Id: Id1ef9022e2a0cb4e22d74b7d1b8fc8d53576967a
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 65907ee14c..9dc4044bbd 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1956,7 +1956,7 @@ conversion and pretty-printing.")
                   (("/bin/perl")
                    (string-append "/bin/perl"
                                   " -I "
-                                  (site-perl #$(this-package-input 
perl-file-next))
+                                  (site-perl #$(this-package-input 
"perl-file-next"))
                                   " -I "
                                   (site-perl #$output))))))))))
     (inputs

Reply via email to