Loading pkgs/development/python-modules/mandown/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , fetchFromGitHub , poetry-core , pythonRelaxDepsHook , beautifulsoup4 , comicon , feedparser Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { pname = "mandown"; version = "1.7.0"; format = "pyproject"; pyproject = true; src = fetchFromGitHub { owner = "potatoeggy"; Loading @@ -29,6 +30,12 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "pillow" "typer" ]; propagatedBuildInputs = [ Loading @@ -50,10 +57,6 @@ buildPythonPackage rec { ]; }; postPatch = '' substituteInPlace pyproject.toml --replace 'typer = "^0.7.0"' 'typer = "^0"' ''; pythonImportsCheck = [ "mandown" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/mandown/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonPackage , fetchFromGitHub , poetry-core , pythonRelaxDepsHook , beautifulsoup4 , comicon , feedparser Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { pname = "mandown"; version = "1.7.0"; format = "pyproject"; pyproject = true; src = fetchFromGitHub { owner = "potatoeggy"; Loading @@ -29,6 +30,12 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "pillow" "typer" ]; propagatedBuildInputs = [ Loading @@ -50,10 +57,6 @@ buildPythonPackage rec { ]; }; postPatch = '' substituteInPlace pyproject.toml --replace 'typer = "^0.7.0"' 'typer = "^0"' ''; pythonImportsCheck = [ "mandown" ]; meta = with lib; { Loading