[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: stumpish: Remove bogus keyword.
From: |
guix-commits |
Subject: |
branch master updated: gnu: stumpish: Remove bogus keyword. |
Date: |
Tue, 09 Jun 2020 17:51:30 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9bb102d gnu: stumpish: Remove bogus keyword.
9bb102d is described below
commit 9bb102dc1c47275d2906a9f4e0b813e1940176d3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 9 23:32:33 2020 +0200
gnu: stumpish: Remove bogus keyword.
This follows up on commit 81b045e149daffd113208601b764fdb47cf6c14b.
‘#:tests’ is not supported by the trivial build system and broke ‘guix
pull’.
* gnu/packages/wm.scm (stumpish)[argument]: Remove #:tests?.
---
gnu/packages/wm.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 46ac1dc..3ed19c3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1692,7 +1692,6 @@ productive, customizable lisp based systems.")
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))
- #:tests? #f
#:builder
(begin
(use-modules (guix build utils))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: stumpish: Remove bogus keyword.,
guix-commits <=