diff options
Diffstat (limited to 'fun/paroxysm/default.nix')
-rw-r--r-- | fun/paroxysm/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/default.nix b/fun/paroxysm/default.nix index e4ce4df1ae38..1aeaeb9912eb 100644 --- a/fun/paroxysm/default.nix +++ b/fun/paroxysm/default.nix @@ -7,7 +7,7 @@ depot.third_party.naersk.buildPackage { buildInputs = with pkgs; [ openssl - pkgconfig + pkg-config postgresql.lib curl ]; |