diff options
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index fdee039f62..d2363add6b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4401,6 +4401,8 @@ elevation, solar azimuth, rahukaalam, and the phases of the moon.") (build-system pyproject-build-system) (arguments (list + ;; See <https://github.com/radio-astro-tools/radio-beam/issues/129>. + #:tests? #f #:test-flags #~(list "-n" "auto"))) (propagated-inputs |