From 03399cf63ababcd8d4d0f173e1e1e26a387eb90d Mon Sep 17 00:00:00 2001 From: Luflosi Date: Mon, 26 Feb 2024 14:08:40 +0100 Subject: [PATCH] python3Packages.humanize: cleanup --- pkgs/development/python-modules/humanize/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix index d0c9389ed1b2..89b848ff1cfb 100644 --- a/pkgs/development/python-modules/humanize/default.nix +++ b/pkgs/development/python-modules/humanize/default.nix @@ -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 = [