mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
583fcb27ae
commit
9bb102dc1c
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue