python3Packages.humanize: cleanup

This commit is contained in:
Luflosi
2024-07-17 13:35:45 +02:00
parent 7edc243443
commit 03399cf63a
@@ -6,6 +6,7 @@
gettext,
pytestCheckHook,
pythonOlder,
python,
hatch-vcs,
hatchling,
}:
@@ -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 = [