invoice2data: add missing setuptools input

Fixes this fatal error:

  $ invoice2data
  ...
  ModuleNotFoundError: No module named 'pkg_resources'
This commit is contained in:
Bjørn Forsman 2023-11-15 10:03:16 +01:00
parent ffb4d9542a
commit 9dee3f84f7

View file

@ -38,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
pdfminer-six
pillow
pyyaml
setuptools
];
makeWrapperArgs = ["--prefix" "PATH" ":" (lib.makeBinPath [