invoice2data: add missing setuptools input
Fixes this fatal error: $ invoice2data ... ModuleNotFoundError: No module named 'pkg_resources'
This commit is contained in:
@@ -38,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
pdfminer-six
|
||||
pillow
|
||||
pyyaml
|
||||
setuptools
|
||||
];
|
||||
|
||||
makeWrapperArgs = ["--prefix" "PATH" ":" (lib.makeBinPath [
|
||||
|
||||
Reference in New Issue
Block a user