mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: Add python-hatchling-bootstrap.
* gnu/packages/python-build.scm (python-hatchling-bootstrap): New variable. Change-Id: Ie7a7d7817cc51f8b88d43f2ec8ae14c343608279 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Andreas Enge
parent
f670684dfc
commit
4c4eadd161
@@ -910,6 +910,13 @@ has features such as:
|
||||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-hatchling-bootstrap
|
||||
(package/inherit python-hatchling
|
||||
(name "python-hatchling-bootstrap")
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-hatchling)
|
||||
(replace "python-packaging" python-packaging-bootstrap)))))
|
||||
|
||||
(define-public python-hatchling-for-hatch
|
||||
;; For hatch@1.9.7, remove when no longer required.
|
||||
(hidden-package
|
||||
|
||||
Reference in New Issue
Block a user