pgadmin4: fix service start issue
systemd service unit currently fails with requiring `pkg_resources` to be available
This commit is contained in:
parent
ff617950b1
commit
4a1d5d1e4e
@ -205,6 +205,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
rich
|
||||
jsonformatter
|
||||
libgravatar
|
||||
setuptools
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
|
Loading…
Reference in New Issue
Block a user