mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 07:15:53 +02: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:
committed by
Sharlatan Hellseher
parent
c277431331
commit
b664eca850
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user