mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mathics-scanner: Fix build.
* gnu/packages/maths.scm (python-mathics-scanner)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ic7f2700846bdc8368d7f14568dc34a28da9d7c7e
This commit is contained in:
parent
ee3673217b
commit
1814aa769c
1 changed files with 1 additions and 1 deletions
|
@ -10633,7 +10633,7 @@ architecture.")
|
||||||
"1i632v3f64q3v1i0p0x850mjhgad49fl24dl6r20r4wa1mhalmp0"))))
|
"1i632v3f64q3v1i0p0x850mjhgad49fl24dl6r20r4wa1mhalmp0"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-chardet python-click python-pyyaml))
|
(propagated-inputs (list python-chardet python-click python-pyyaml))
|
||||||
(native-inputs (list python-pytest))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://mathics.org/")
|
(home-page "https://mathics.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Character tables and tokenizer for Mathics and the Wolfram language")
|
"Character tables and tokenizer for Mathics and the Wolfram language")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue