mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
31d004320d
commit
d66ee48593
1 changed files with 1 additions and 1 deletions
|
@ -8322,7 +8322,7 @@ templates. A format string can be provided to control the output.")
|
||||||
python-poetry-core
|
python-poetry-core
|
||||||
python-pytest
|
python-pytest
|
||||||
python-tornado-6))
|
python-tornado-6))
|
||||||
(propagated-inputs (list python-charset-normalizer))
|
(propagated-inputs (list python-charset-normalizer python-six))
|
||||||
(home-page "https://github.com/kakulukia/pypugjs")
|
(home-page "https://github.com/kakulukia/pypugjs")
|
||||||
(synopsis "Convert Pug source files into different template languages")
|
(synopsis "Convert Pug source files into different template languages")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue