[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-wucuo: Fix arguments.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-wucuo: Fix arguments. |
Date: |
Sat, 15 May 2021 16:55:46 -0400 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fd2abc2 gnu: emacs-wucuo: Fix arguments.
fd2abc2 is described below
commit fd2abc2a51e2cc39ac67dcef1d21a8037147e798
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat May 15 21:50:17 2021 +0100
gnu: emacs-wucuo: Fix arguments.
I'm looking at this because the profile-collisions linter crashes for this
package, and that currently breaks processing revisions in the Guix Data
Service.
* gnu/packages/emacs-xyz.scm (emacs-wucuo)[arguments]: Change #tn to #t.
---
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 f2225a1..e2d1707 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9859,7 +9859,7 @@ restrict the text width to 80 characters.")
(base32 "03a6jlbv9axrd9yr0xscq3ni7fipm20ppc51kxy0sn241rplv0pg"))))
(build-system emacs-build-system)
(arguments
- `(#:tests? #tn
+ `(#:tests? #t
#:test-command '("make" "test")
#:phases (modify-phases %standard-phases
;; Set HOME, otherwise tests fail on loading aspell dict.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-wucuo: Fix arguments.,
guix-commits <=