Unverified Commit 03399cf6 authored by Luflosi's avatar Luflosi
Browse files

python3Packages.humanize: cleanup

parent 7edc2434
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 = [