apteryx pushed a commit to branch cu/farewell-to-pythonpath
in repository guix.

commit ebe4d199979292a17b9c9b9f686f93ca7270feef
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Jan 7 13:48:36 2021 +0100

    gnu: python-slugify: Add missing input.
    
    * gnu/packages/python-web.scm (python-slugify) [propagated-inputs]: Add
    python-text-unidecode.
---
 gnu/packages/python-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7f4e29e..2bb999e 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

Reply via email to