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?.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-09 23:32:33 +02:00
parent 583fcb27ae
commit 9bb102dc1c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1692,7 +1692,6 @@ (define-public stumpish
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))
#:tests? #f
#:builder
(begin
(use-modules (guix build utils))