mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hy: Fix build.
* gnu/packages/python-xyz.scm (python-hy)[native-inputs]: Add python-setuptools. Change-Id: Ib6b6ad06ae285d1295767e4f9de097ddd326b360
This commit is contained in:
parent
f15ca836e4
commit
113b81befb
1 changed files with 1 additions and 1 deletions
|
@ -19534,7 +19534,7 @@ with a new public API, and RPython support.")
|
||||||
;; This test expects the hy executable to be called 'hy', but in Guix
|
;; This test expects the hy executable to be called 'hy', but in Guix
|
||||||
;; it's .hy-real.
|
;; it's .hy-real.
|
||||||
#:test-flags #~(list "-k" "not test_sys_executable")))
|
#:test-flags #~(list "-k" "not test_sys_executable")))
|
||||||
(native-inputs (list python-pytest python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(propagated-inputs (list python-funcparserlib))
|
(propagated-inputs (list python-funcparserlib))
|
||||||
(home-page "https://docs.hylang.org/en/stable/")
|
(home-page "https://docs.hylang.org/en/stable/")
|
||||||
(synopsis "Lisp frontend to Python")
|
(synopsis "Lisp frontend to Python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue