me
/
guix
Archived
1
0
Fork 0

gnu: python-slugify: Add missing input.

* gnu/packages/python-web.scm (python-slugify) [propagated-inputs]: Add
python-text-unidecode.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -4399,7 +4399,8 @@ Python.")
(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