summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2025-01-10 21:05:16 +0100
committerRicardo Wurmus <[email protected]>2025-01-20 21:37:41 +0100
commitf3969be43aafc5245437e5d266d69e861f8c3dca (patch)
tree5f793140e4e6fdcd359037c2a1dc028051cf77ec
parent2d9691b7442ca11fed6f5288d22217b533a415df (diff)
gnu: python-mathics-pygments: Add missing inputs.
* gnu/packages/maths.scm (python-mathics-pygments)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iab1194635b8199cb681384d02f3a7dd25cbaac86
-rw-r--r--gnu/packages/maths.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 37fd81d000..d9574346f8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10719,6 +10719,7 @@ the Wolfram language.")
(base32 "1q54c8mb9pgw8ncbs9hln183nxvvxq0d8495c8zakccsfswvznx2"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-mathics-scanner python-pygments))
+ (native-inputs (list python-setuptools python-wheel))
(home-page "http://github.com/Mathics3/mathics-pygments/")
(synopsis "Wolfram language lexer for Pygments")
(description "This package provides a Wolfram language lexer for Pygments.")