gnu: Add python-pygments-bootstrap.

* gnu/packages/python-xyz.scm (python-pygments-bootstrap): New variable.

Change-Id: Icf982bbaa641b77afebafdd14a4c063012b2fdc0
This commit is contained in:
Sharlatan Hellseher 2025-07-12 14:36:23 +01:00
parent 279c628268
commit 89be081239
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8765,6 +8765,13 @@ with Python.")
"Pygments is a syntax highlighting package written in Python.")
(license license:bsd-2)))
(define-public python-pygments-bootstrap
(package/inherit python-pygments
(name "python-pygments-bootstrap")
(native-inputs
(list python-hatchling))
(arguments `(#:tests? #f))))
(define-public python-vdf
(package
(name "python-vdf")