clightning: add postgresql support (#422151)

This commit is contained in:
Vaios K 2025-07-05 21:08:01 +03:00 committed by GitHub
parent 9d5a7b5abb
commit c15ac932d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@
sqlite, sqlite,
zlib, zlib,
jq, jq,
libpq,
}: }:
let let
py3 = python3.withPackages (p: [ py3 = python3.withPackages (p: [
@ -50,6 +51,7 @@ stdenv.mkDerivation rec {
py3 py3
unzip unzip
which which
libpq.pg_config
] ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ ++ lib.optionals stdenv.hostPlatform.isDarwin [
cctools cctools