diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-01-07 13:48:36 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-02-01 11:53:44 -0500 |
commit | 774277ac791c9038367ba07efb3f47e4c9ea1fa5 (patch) | |
tree | 670c43133622e7d9f0c1c2c1501219c58770b726 /gnu/packages/python-web.scm | |
parent | cfe2cf2a29dd0ea392c44aded33bc9d3c01a3d76 (diff) |
gnu: python-slugify: Add missing input.
* gnu/packages/python-web.scm (python-slugify) [propagated-inputs]: Add
python-text-unidecode.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 7f4e29eab3..2bb999ec8b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |