~ruther/guix-local

5d24d682b585d01f2a3f5e1dd7c32ec69c8ef35d — Nicolas Graves 7 months ago 90db33a
gnu: python-pypugjs: Fix package.

* gnu/packages/python-xyz.scm (python-pypugjs):
[propagated-inputs]: Re-introduce python-six.

Change-Id: Ia0bf9b9eee83c7d82a52ec128a43d880f231d650
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 8298,7 8298,7 @@ templates.  A format string can be provided to control the output.")
                         python-poetry-core
                         python-pytest
                         python-tornado-6))
    (propagated-inputs (list python-charset-normalizer))
    (propagated-inputs (list python-charset-normalizer python-six))
    (home-page "https://github.com/kakulukia/pypugjs")
    (synopsis "Convert Pug source files into different template languages")
    (description