Loading pkgs/development/python-modules/recommonmark/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , pytestCheckHook , CommonMark , commonmark , docutils , sphinx , isPy3k Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { }; nativeCheckInputs = [ pytestCheckHook ]; propagatedBuildInputs = [ CommonMark docutils sphinx ]; propagatedBuildInputs = [ commonmark docutils sphinx ]; dontUseSetuptoolsCheck = true; Loading pkgs/development/python-modules/rich/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , pythonOlder , CommonMark , commonmark , poetry-core , pygments , typing-extensions Loading Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ CommonMark commonmark pygments ] ++ lib.optionals (pythonOlder "3.9") [ typing-extensions Loading pkgs/development/python-modules/sphinx-markdown-parser/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ , fetchFromGitHub , sphinx , markdown , CommonMark , commonmark , recommonmark , pydash , pyyaml Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { sha256 = "0i0hhapmdmh83yx61lxi2h4bsmhnzddamz95844g2ghm132kw5mv"; }; propagatedBuildInputs = [ sphinx markdown CommonMark pydash pyyaml unify yapf recommonmark ]; propagatedBuildInputs = [ sphinx markdown commonmark pydash pyyaml unify yapf recommonmark ]; # Avoids running broken tests in test_markdown.py checkPhase = '' Loading pkgs/servers/mautrix-facebook/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ python3.pkgs.buildPythonPackage rec { }; propagatedBuildInputs = with python3.pkgs; [ CommonMark commonmark aiohttp asyncpg mautrix Loading pkgs/servers/mautrix-googlechat/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ yarl asyncpg ruamel-yaml CommonMark commonmark python-magic protobuf3 mautrix Loading Loading
pkgs/development/python-modules/recommonmark/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , pytestCheckHook , CommonMark , commonmark , docutils , sphinx , isPy3k Loading @@ -20,7 +20,7 @@ buildPythonPackage rec { }; nativeCheckInputs = [ pytestCheckHook ]; propagatedBuildInputs = [ CommonMark docutils sphinx ]; propagatedBuildInputs = [ commonmark docutils sphinx ]; dontUseSetuptoolsCheck = true; Loading
pkgs/development/python-modules/rich/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildPythonPackage , fetchFromGitHub , pythonOlder , CommonMark , commonmark , poetry-core , pygments , typing-extensions Loading Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ CommonMark commonmark pygments ] ++ lib.optionals (pythonOlder "3.9") [ typing-extensions Loading
pkgs/development/python-modules/sphinx-markdown-parser/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ , fetchFromGitHub , sphinx , markdown , CommonMark , commonmark , recommonmark , pydash , pyyaml Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { sha256 = "0i0hhapmdmh83yx61lxi2h4bsmhnzddamz95844g2ghm132kw5mv"; }; propagatedBuildInputs = [ sphinx markdown CommonMark pydash pyyaml unify yapf recommonmark ]; propagatedBuildInputs = [ sphinx markdown commonmark pydash pyyaml unify yapf recommonmark ]; # Avoids running broken tests in test_markdown.py checkPhase = '' Loading
pkgs/servers/mautrix-facebook/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ python3.pkgs.buildPythonPackage rec { }; propagatedBuildInputs = with python3.pkgs; [ CommonMark commonmark aiohttp asyncpg mautrix Loading
pkgs/servers/mautrix-googlechat/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ yarl asyncpg ruamel-yaml CommonMark commonmark python-magic protobuf3 mautrix Loading