summary refs log tree commit diff
path: root/pkgs/development/python-modules/m2r/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-15 12:01:56 +0000
committerGitHub <noreply@github.com>2022-08-15 12:01:56 +0000
commit1c4d690e154cbd3d7d1a439ec6595cb97bae47c6 (patch)
treecc56f2d3098c4ed2bb178df817bd7eb6daf167c6 /pkgs/development/python-modules/m2r/default.nix
parentc2d03eb2a7e8f49a3f2b10741e82efe76f579267 (diff)
parent0bd2121e4233234f92f05ae3c20fe26b2a86eafb (diff)
downloadnixpkgs-1c4d690e154cbd3d7d1a439ec6595cb97bae47c6.tar
nixpkgs-1c4d690e154cbd3d7d1a439ec6595cb97bae47c6.tar.gz
nixpkgs-1c4d690e154cbd3d7d1a439ec6595cb97bae47c6.tar.bz2
nixpkgs-1c4d690e154cbd3d7d1a439ec6595cb97bae47c6.tar.lz
nixpkgs-1c4d690e154cbd3d7d1a439ec6595cb97bae47c6.tar.xz
nixpkgs-1c4d690e154cbd3d7d1a439ec6595cb97bae47c6.tar.zst
nixpkgs-1c4d690e154cbd3d7d1a439ec6595cb97bae47c6.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/m2r/default.nix')
-rw-r--r--pkgs/development/python-modules/m2r/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/m2r/default.nix b/pkgs/development/python-modules/m2r/default.nix
index b3077edcc5d..d85c2196e84 100644
--- a/pkgs/development/python-modules/m2r/default.nix
+++ b/pkgs/development/python-modules/m2r/default.nix
@@ -38,6 +38,8 @@ buildPythonPackage rec {
     homepage = "https://github.com/miyakogi/m2r";
     description = "Markdown to reStructuredText converter";
     license = licenses.mit;
-    maintainers = with maintainers; [ SuperSandro2000 ];
+    maintainers = with maintainers; [ AndersonTorres SuperSandro2000 ];
+    # https://github.com/miyakogi/m2r/issues/66
+    broken = versionAtLeast mistune.version "2";
   };
 }