From 4a1d5d1e4e94a6f074767f7ac83a91a5b5c27565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Vitor=20de=20Lima=20Matos?= Date: Sat, 2 Nov 2024 08:05:44 -0300 Subject: [PATCH] pgadmin4: fix service start issue systemd service unit currently fails with requiring `pkg_resources` to be available --- pkgs/tools/admin/pgadmin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/admin/pgadmin/default.nix b/pkgs/tools/admin/pgadmin/default.nix index 4047c572fb80..57300e9798a3 100644 --- a/pkgs/tools/admin/pgadmin/default.nix +++ b/pkgs/tools/admin/pgadmin/default.nix @@ -205,6 +205,7 @@ pythonPackages.buildPythonApplication rec { rich jsonformatter libgravatar + setuptools ]; passthru.tests = {