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}.") (name "python-flit-core") (propagated-inputs (modify-inputs (package-propagated-inputs python-flit-core-bootstrap) - (replace "python-toml" python-tomli))))) + (delete "python-toml") + (prepend python-tomli))))) (define-public python-flit-core-next (package/inherit python-flit-core |
