mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
c277431331
commit
b664eca850
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue