From 0a1df3a1685a9c85779fbd8c9e0ffc638f7418d8 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Mon, 16 Dec 2024 10:25:19 +0800 Subject: [PATCH] [package] merge upstream input change Signed-off-by: SouthFox --- modules/fox/packages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")