forked from mirrors/nixpkgs
python-pelican: add missing 'markupsafe' dependency
Needed to be able to run 'make serve' in a pelican directory, else this happens: $ make serve cd /home/bfo/pelican-test/output && python -m pelican.server /run/current-system/sw/bin/python: No module named markupsafe make: *** [serve] Error 1
This commit is contained in:
parent
6e0d0636a1
commit
48b5ad912f
|
@ -7798,7 +7798,7 @@ let
|
|||
|
||||
propagatedBuildInputs = with self; [
|
||||
jinja2 pygments docutils pytz unidecode six dateutil feedgenerator
|
||||
blinker pillow beautifulsoup4
|
||||
blinker pillow beautifulsoup4 markupsafe
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue