gnu: stumpish: Remove bogus keyword.
This follows up on commit 81b045e149
.
‘#:tests’ is not supported by the trivial build system and broke ‘guix
pull’.
* gnu/packages/wm.scm (stumpish)[argument]: Remove #:tests?.
master
parent
583fcb27ae
commit
9bb102dc1c
|
@ -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))
|
||||
|
|
Reference in New Issue