summary refs log tree commit diff
path: root/pkgs/development/python-modules/pypandoc
diff options
context:
space:
mode:
authorKristoffer Søholm <k.soeholm@gmail.com>2018-02-02 19:16:39 +0100
committerKristoffer Søholm <k.soeholm@gmail.com>2018-02-02 20:02:19 +0100
commitd834ae3cbbda522d7e7fe2975262ecc8068e738a (patch)
tree5325b91780d4fde73d4da5be765964ad6a9967b3 /pkgs/development/python-modules/pypandoc
parent2e4aded366914d625a2f31208e8ac8548cb43a7e (diff)
downloadnixpkgs-d834ae3cbbda522d7e7fe2975262ecc8068e738a.tar
nixpkgs-d834ae3cbbda522d7e7fe2975262ecc8068e738a.tar.gz
nixpkgs-d834ae3cbbda522d7e7fe2975262ecc8068e738a.tar.bz2
nixpkgs-d834ae3cbbda522d7e7fe2975262ecc8068e738a.tar.lz
nixpkgs-d834ae3cbbda522d7e7fe2975262ecc8068e738a.tar.xz
nixpkgs-d834ae3cbbda522d7e7fe2975262ecc8068e738a.tar.zst
nixpkgs-d834ae3cbbda522d7e7fe2975262ecc8068e738a.zip
pythonPackages.pwntools: fix build
pypandoc is broken (it does not work properly with pandoc 2), so we
remove the dependency as it was only used for generating PyPI docs.
The patch will be included upstream in the next version, so it should
be removed next time this package is updated.
Diffstat (limited to 'pkgs/development/python-modules/pypandoc')
-rw-r--r--pkgs/development/python-modules/pypandoc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pypandoc/default.nix b/pkgs/development/python-modules/pypandoc/default.nix
index 4c694319563..ba05da884d8 100644
--- a/pkgs/development/python-modules/pypandoc/default.nix
+++ b/pkgs/development/python-modules/pypandoc/default.nix
@@ -27,6 +27,6 @@ buildPythonPackage rec {
     description = "Thin wrapper for pandoc";
     homepage = https://github.com/bebraw/pypandoc;
     license = licenses.mit;
-    maintainers = with maintainers; [ bennofs kristoff3r ];
+    maintainers = with maintainers; [ bennofs ];
   };
 }