mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-mathicsscript: Add missing inputs.
* gnu/packages/maths.scm (python-mathicsscript)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icb6f613afefe2074bc6e84cab2573474e74643bd
This commit is contained in:
parent
56aa3a00b2
commit
97b66aa79c
1 changed files with 1 additions and 1 deletions
|
@ -10743,7 +10743,7 @@ (define-public python-mathicsscript
|
|||
python-prompt-toolkit
|
||||
python-pygments
|
||||
python-term-background))
|
||||
(native-inputs (list python-pytest))
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(home-page "https://mathics.org/")
|
||||
(synopsis "Command-line interface to Mathics3")
|
||||
(description "This package provides a command-line interface to
|
||||
|
|
Loading…
Reference in a new issue