diff --git a/modules/fox/packages.scm b/modules/fox/packages.scm index c3e92c3..2c0e2a3 100644 --- a/modules/fox/packages.scm +++ b/modules/fox/packages.scm @@ -120,7 +120,7 @@ your morning, and an auto-update tool that makes it easy to keep up with the lat ;; This test expects the hy executable to be called 'hy', but in Guix ;; it's .hy-real. #:test-flags #~(list "-k" "not test_sys_executable"))) - (native-inputs (list python-pytest-next python-wheel)) + (native-inputs (list python-pytest python-wheel)) (propagated-inputs (list python-funcparserlib)) (home-page "https://docs.hylang.org/en/stable/") (synopsis "Lisp frontend to Python")