Skip to content

Commit

Permalink
m2r: use toPythonApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Aug 15, 2022
1 parent 243053e commit eb642f8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/m2r/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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";
};
Expand Down
32 changes: 0 additions & 32 deletions pkgs/tools/text/m2r/default.nix

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8076,7 +8076,7 @@ with pkgs;

mcfly = callPackage ../tools/misc/mcfly { };

m2r = python3Packages.callPackage ../tools/text/m2r { };
m2r = with python3Packages; toPythonApplication m2r;

md2gemini = with python3.pkgs; toPythonApplication md2gemini;

Expand Down

0 comments on commit eb642f8

Please sign in to comment.