Merge pull request #33175 from johbo/pelican-without-pandoc

pelican: Disable pandoc support for now
This commit is contained in:
Frederik Rietdijk 2017-12-29 17:24:02 +00:00 committed by GitHub
commit d3297379ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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