mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01: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 @@ (define-public python-hy
|
|||
;; 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 python-wheel))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(propagated-inputs (list python-funcparserlib))
|
||||
(home-page "https://docs.hylang.org/en/stable/")
|
||||
(synopsis "Lisp frontend to Python")
|
||||
|
|
Loading…
Reference in a new issue