gnu: python-slugify: Add missing input.
* gnu/packages/python-web.scm (python-slugify) [propagated-inputs]: Add python-text-unidecode.
This commit is contained in:
parent
cfe2cf2a29
commit
774277ac79
1 changed files with 2 additions and 1 deletions
|
@ -4399,7 +4399,8 @@ (define-public python-slugify
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
|
(base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-unidecode" ,python-unidecode)))
|
`(("python-unidecode" ,python-unidecode)
|
||||||
|
("python-text-unidecode" ,python-text-unidecode)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue