mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mathics-pygments: Fix tests.
* gnu/packages/maths.scm (python-mathics-pygments)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I01471fd8835c7cbc21fae497bedb177a1230eae1
This commit is contained in:
parent
51fa44d093
commit
0a0f1e30a8
1 changed files with 6 additions and 2 deletions
|
@ -11316,8 +11316,12 @@ the Wolfram language.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iagdic8f0yjx01kdds40jfcxcpdbrd3i0ywydl01dhyyvd2yjk9"))))
|
(base32 "1iagdic8f0yjx01kdds40jfcxcpdbrd3i0ywydl01dhyyvd2yjk9"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-mathics-scanner python-pygments))
|
(native-inputs
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(list python-pytest
|
||||||
|
python-setuptools))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-mathics-scanner
|
||||||
|
python-pygments))
|
||||||
(home-page "http://github.com/Mathics3/mathics-pygments/")
|
(home-page "http://github.com/Mathics3/mathics-pygments/")
|
||||||
(synopsis "Wolfram language lexer for Pygments")
|
(synopsis "Wolfram language lexer for Pygments")
|
||||||
(description "This package provides a Wolfram language lexer for Pygments.")
|
(description "This package provides a Wolfram language lexer for Pygments.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue