diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2021-08-04 12:49:32 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-08-05 09:02:59 +0200 |
commit | 6f248b947fa43d600168c73ecd542aad5a54e506 (patch) | |
tree | 20cee544999f1604bde070531d714860b0baeadc | |
parent | fd85c59d1e7e6111e9c625930c633994c66075eb (diff) | |
download | guix-6f248b947fa43d600168c73ecd542aad5a54e506.tar.gz |
gnu: endless-sky: Enable tests.
* gnu/packages/games.scm (endless-sky)[arguments]: Enable tests. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8d9550ac0d..a3ba02477a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8365,7 +8365,6 @@ your score gets higher, you level up and the blocks fall faster.") (arguments `(#:scons ,scons-python2 #:scons-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) - #:tests? #f ; no tests #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-paths |