gnu: apricots: Disable tests.

* gnu/packages/games.scm (apricots)[arguments]: Disable #:tests?.
[native-inputs]: Remove cppcheck.

Change-Id: I50e7ae3f8e41ffc415d19055e096f3538ada94a2
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent bb65074efb
commit fad392b339
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -11555,9 +11555,12 @@ play; it will look for them at @file{~/.local/share/vcmi} folder.")
(base32 "0vis217hhnb9fbs9sf8mmcm71qp44kr3xqmffc1gdiixvi90c781"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs (list autoconf ; autom4te used in ./bootstrap
automake ; aclocal used in ./bootstrap
cppcheck))
(arguments
;; The test suite doesn't test the built game, but merely runs cppcheck &
;; clang-format. Useful for the maintainers; not for distributions.
(list #:tests? #f))
(native-inputs (list autoconf ;autom4te used in ./bootstrap
automake)) ;aclocal used in ./bootstrap
(inputs (list freealut openal sdl2))
(home-page "https://github.com/moggers87/apricots")
(synopsis "Arcade airplane game")