rekado pushed a commit to branch python-team
in repository guix.

commit cad2b068dc49d456a36c27179be6777cb9f289d9
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 10 21:05:16 2025 +0100

    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
---
 gnu/packages/maths.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ef075506de..efbcac148d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10654,6 +10654,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.")

Reply via email to