clightning: add postgresql support (#422151)
This commit is contained in:
parent
9d5a7b5abb
commit
c15ac932d3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user