Loading pkgs/development/python-modules/humanize/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ gettext, pytestCheckHook, pythonOlder, python, hatch-vcs, hatchling, }: Loading Loading @@ -35,7 +36,7 @@ buildPythonPackage rec { ''; postInstall = '' cp -r 'src/humanize/locale' "$out/lib/"*'/site-packages/humanize/' cp -r 'src/humanize/locale' "$out/${python.sitePackages}/humanize/" ''; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/humanize/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ gettext, pytestCheckHook, pythonOlder, python, hatch-vcs, hatchling, }: Loading Loading @@ -35,7 +36,7 @@ buildPythonPackage rec { ''; postInstall = '' cp -r 'src/humanize/locale' "$out/lib/"*'/site-packages/humanize/' cp -r 'src/humanize/locale' "$out/${python.sitePackages}/humanize/" ''; nativeCheckInputs = [ Loading