guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-explain-pause-mode: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-explain-pause-mode: Fix build.
Date: Tue, 17 May 2022 03:13:53 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 573531e57e gnu: emacs-explain-pause-mode: Fix build.
573531e57e is described below

commit 573531e57ed51244e0208a2dd9cdb0457c7692c4
Author: luishgh <51053603+luishgh@users.noreply.github.com>
AuthorDate: Mon May 16 22:48:45 2022 -0300

    gnu: emacs-explain-pause-mode: Fix build.
    
    * gnu/packages/emacs-xyz.scm 
(emacs-explain-pause-mode)[arguments]<#:phases>:
    Fix failing tests.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 146e1aedb1..4195fe2e7a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4724,6 +4724,13 @@ keep pressing the key until it selects what you want.  
There's also
        (list emacs-buttercup))
       (arguments
        '(#:tests? #t
+         #:phases
+         (modify-phases %standard-phases
+           ;; This causes the byte-compilation before unit-tests to fail.
+           (add-after 'unpack 'remove-error-on-warn
+             (lambda _
+               (substitute* "Makefile"
+                 (("--eval '\\(setq byte-compile-error-on-warn t\\)'") "")))))
          ;; Don't run case-tests as they will fail to create sockets because
          ;; the path is too long
          #:test-command '("make" "byte-compile" "unit-tests")



reply via email to

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