guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-super-agenda: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-super-agenda: Fix build.
Date: Sat, 18 Dec 2021 16:23:28 -0500

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 3625cbc  gnu: emacs-org-super-agenda: Fix build.
3625cbc is described below

commit 3625cbc3fe815c98883fbdfd3a97dfb63ef5ef90
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 18 22:22:11 2021 +0100

    gnu: emacs-org-super-agenda: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>:
    Ignore tests.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2521405..94a49bd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17245,7 +17245,7 @@ as well as functions for navigating between these 
headings.")
         (base32 "10l9h2n09cql4ih7nc0ma3ghdsq9l5v9xlj1lg7kq67icdwjlsvy"))))
     (build-system emacs-build-system)
     (arguments
-     `(#:tests? #t
+     `(#:tests? #f                  ;FIXNE: Tests try to read "~/org/test.org"
        #:test-command '("test/run" "--debug")
        #:phases
        (modify-phases %standard-phases



reply via email to

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