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-18 14:56:39 +01:00
parent ffb4d9542a
commit 9dee3f84f7
+1
View File
@@ -38,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
pdfminer-six
pillow
pyyaml
setuptools
];
makeWrapperArgs = ["--prefix" "PATH" ":" (lib.makeBinPath [