Merge pull request #33175 from johbo/pelican-without-pandoc
pelican: Disable pandoc support for now
This commit is contained in:
commit
d3297379ad
@ -25,7 +25,10 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [
|
||||
glibcLocales
|
||||
pandoc
|
||||
# Note: Pelican has to adapt to a changed CLI of pandoc before enabling this
|
||||
# again. Compare https://github.com/getpelican/pelican/pull/2252.
|
||||
# Version 3.7.1 is incompatible with our current pandoc version.
|
||||
# pandoc
|
||||
git
|
||||
mock
|
||||
nose
|
||||
|
Loading…
Reference in New Issue
Block a user