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 b1030bd8b6 gnu: hare-lex: Enable tests.
b1030bd8b6 is described below

commit b1030bd8b665c7caa35ca7d0129b135449f648be
Author: jgart <[email protected]>
AuthorDate: Thu Jul 16 22:51:11 2026 +0100

    gnu: hare-lex: Enable tests.
    
    * gnu/packages/hare-xyz.scm (hare-lex)[arguments]: Enable tests.
    
    Change-Id: Icbca3f51eb28a9c064a36205a913e697fcd08338
---
 gnu/packages/hare-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hare-xyz.scm b/gnu/packages/hare-xyz.scm
index 03649f4116..3a2330106b 100644
--- a/gnu/packages/hare-xyz.scm
+++ b/gnu/packages/hare-xyz.scm
@@ -112,7 +112,10 @@
       #:phases
       #~(modify-phases %standard-phases
           (delete 'build)
-          (delete 'check)
+          (replace 'check
+            (lambda* (#:key tests? #:allow-other-keys)
+              (when tests?
+                (invoke "haredo" "check"))))
           (add-before 'install 'substitute-vars
             (lambda _
               (substitute* "./install.do"

Reply via email to