diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-01 11:34:44 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:21 +0100 |
| commit | 4c4eadd161c09e24205f1b0f5bfe2e596fcab04a (patch) | |
| tree | f9f4ae294df2f71caa2a661d79f921df642f7b40 /gnu/packages | |
| parent | f670684dfc213f136b61f0020a565413d3d4596f (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-build.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index d841fd26442..770b876af45 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -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 |
