diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2025-07-04 16:50:06 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:35 +0100 |
| commit | b664eca850502bcc20aa8e88bb7c4de45ec897c7 (patch) | |
| tree | 447323fc49495da67b9ba36f6bc01151f18263a4 /gnu/packages/python-build.scm | |
| parent | c277431331cee7ea9d0fdf33423eee6f7aa31246 (diff) | |
gnu: python-flit-core: Fix input label name.
* gnu/packages/python-build.scm (python-flit-core): Fix input label name.
[propagated-inputs]: Label python-tomli as such.
Change-Id: Id271db1bc8a5ce2ac8bce76556d0ddc31b71bf1f
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 68a8840b180..a6e5334ad8b 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -652,7 +652,8 @@ specified by PEP 517, @code{flit_core.buildapi}.") | |||
| 652 | (name "python-flit-core") | 652 | (name "python-flit-core") |
| 653 | (propagated-inputs | 653 | (propagated-inputs |
| 654 | (modify-inputs (package-propagated-inputs python-flit-core-bootstrap) | 654 | (modify-inputs (package-propagated-inputs python-flit-core-bootstrap) |
| 655 | (replace "python-toml" python-tomli))))) | 655 | (delete "python-toml") |
| 656 | (prepend python-tomli))))) | ||
| 656 | 657 | ||
| 657 | (define-public python-flit-core-next | 658 | (define-public python-flit-core-next |
| 658 | (package/inherit python-flit-core | 659 | (package/inherit python-flit-core |
