mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pygments-bootstrap.
* gnu/packages/python-xyz.scm (python-pygments-bootstrap): New variable. Change-Id: Icf982bbaa641b77afebafdd14a4c063012b2fdc0
This commit is contained in:
parent
279c628268
commit
89be081239
1 changed files with 7 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue