diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 14:37:39 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:59 +0100 |
| commit | 0c6eb59fa2de67230b39f9f4e05f299b25ff5bee (patch) | |
| tree | 33432aed0bd6495655429b86bbc004631a8b84c7 /gnu/packages | |
| parent | b2ffb0bfe53b4cc85a475e0d67d714d338f57570 (diff) | |
gnu: redeal: Disable missing tests.
* gnu/packages/games.scm (redeal):[arguments] <test-flags>: No tests
provided.
Change-Id: I564f131a34e01bef441be01f20ff87d00892141f
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6c7f09090f7..51bd7c357de 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2953,6 +2953,7 @@ features, rewinding, and a strict mode for speedrunning.") (build-system pyproject-build-system) (arguments (list + #:tests? #f #:phases #~(modify-phases %standard-phases (add-after 'unpack 'unbundle-dds |
