gnu: Add python-hatch-vcs-bootstrap.

* gnu/packages/python-build.scm (python-hatch-vcs-bootstrap): New variable.

Change-Id: Iaf06c1e6c44aeb29e73cb836fe0ca016ab5c945f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2026-01-02 22:29:30 +01:00 committed by Sharlatan Hellseher
parent 5e44ad7f12
commit 427c837582
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1034,6 +1034,15 @@ from requirements.txt.")
version control system (like Git) to determine project versions.")
(license license:expat)))
(define-public python-hatch-vcs-bootstrap
(package/inherit python-hatch-vcs
(name "python-hatch-vcs-bootstrap")
(native-inputs
(list python-packaging-bootstrap))
(propagated-inputs
(list python-hatchling-bootstrap
python-setuptools-scm-bootstrap))))
(define-public python-installer
(package
(name "python-installer")