diff options
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 |
