Loading pkgs/development/python-modules/mkdocs-redirects/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, hatchling, mkdocs, pytestCheckHook, }: Loading @@ -9,7 +10,7 @@ buildPythonPackage rec { pname = "mkdocs-redirects"; version = "1.2.2"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "mkdocs"; Loading @@ -18,6 +19,8 @@ buildPythonPackage rec { hash = "sha256-YsMA00yajeGSqSB6CdKxGqyClC9Cgc3ImRBTucHEHhs="; }; build-system = [ hatchling ]; propagatedBuildInputs = [ mkdocs ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/mkdocs-redirects/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, hatchling, mkdocs, pytestCheckHook, }: Loading @@ -9,7 +10,7 @@ buildPythonPackage rec { pname = "mkdocs-redirects"; version = "1.2.2"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "mkdocs"; Loading @@ -18,6 +19,8 @@ buildPythonPackage rec { hash = "sha256-YsMA00yajeGSqSB6CdKxGqyClC9Cgc3ImRBTucHEHhs="; }; build-system = [ hatchling ]; propagatedBuildInputs = [ mkdocs ]; nativeCheckInputs = [ pytestCheckHook ]; Loading