mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
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:
parent
5e44ad7f12
commit
427c837582
1 changed files with 9 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue