summary refs log tree commit diff
path: root/pkgs/development/python-modules/pelican
diff options
context:
space:
mode:
authorJohannes Bornhold <johannes@bornhold.name>2017-12-29 18:13:11 +0100
committerJohannes Bornhold <johannes@bornhold.name>2017-12-29 18:13:11 +0100
commit5b7f9db5c551ad2dbb7165f66275bcd795ab83ee (patch)
treebbcbfc93cee51f85544ec08af0205034680a538f /pkgs/development/python-modules/pelican
parent3c8cff253e50cf398fa1c28a77f3b23770377ea7 (diff)
downloadnixpkgs-5b7f9db5c551ad2dbb7165f66275bcd795ab83ee.tar
nixpkgs-5b7f9db5c551ad2dbb7165f66275bcd795ab83ee.tar.gz
nixpkgs-5b7f9db5c551ad2dbb7165f66275bcd795ab83ee.tar.bz2
nixpkgs-5b7f9db5c551ad2dbb7165f66275bcd795ab83ee.tar.lz
nixpkgs-5b7f9db5c551ad2dbb7165f66275bcd795ab83ee.tar.xz
nixpkgs-5b7f9db5c551ad2dbb7165f66275bcd795ab83ee.tar.zst
nixpkgs-5b7f9db5c551ad2dbb7165f66275bcd795ab83ee.zip
pelican: Disable pandoc support for now
Version 3.7.1 is not compatible with the current (more recent) pandoc version.
Since pandoc support is optional in pelican, we can ship it without pandoc
support until a fix will be applied upstream.

Kept a note in the buildInputs so that the improvement opportunity can be
spotted again on future updates of pelican.
Diffstat (limited to 'pkgs/development/python-modules/pelican')
-rw-r--r--pkgs/development/python-modules/pelican/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pelican/default.nix b/pkgs/development/python-modules/pelican/default.nix
index e48623ef5b3..c13be981f09 100644
--- a/pkgs/development/python-modules/pelican/default.nix
+++ b/pkgs/development/python-modules/pelican/default.nix
@@ -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