gnu: python-slugify: Add missing input.

* gnu/packages/python-web.scm (python-slugify) [propagated-inputs]: Add
python-text-unidecode.
This commit is contained in:
Lars-Dominik Braun 2021-01-07 13:48:36 +01:00 committed by Maxim Cournoyer
parent cfe2cf2a29
commit 774277ac79
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4399,7 +4399,8 @@ (define-public python-slugify
(sha256
(base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
(propagated-inputs
`(("python-unidecode" ,python-unidecode)))
`(("python-unidecode" ,python-unidecode)
("python-text-unidecode" ,python-text-unidecode)))
(arguments
`(#:phases
(modify-phases %standard-phases