diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-09 23:32:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-09 23:33:27 +0200 |
commit | 9bb102dc1c47275d2906a9f4e0b813e1940176d3 (patch) | |
tree | 0e70817ecd6ca61aced6917df23ed527e0e92ad4 /gnu/packages/wm.scm | |
parent | 583fcb27ae491039b608623250db23240e969d94 (diff) |
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?.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 46ac1dcadc..3ed19c35a7 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)) |