Skip to content

Commit acd9120

Browse files
committed
feat: target deps plv8
1 parent 5ed1bb7 commit acd9120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/plv8.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
3131

3232
nativeBuildInputs = [
3333
perl
34+
postgresql
3435
] ++ lib.optionals stdenv.isDarwin [
3536
clang
3637
xcbuild
@@ -40,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
4041
(v8.overrideAttrs (oldAttrs: {
4142
version = "9.7.106.18";
4243
}))
43-
postgresql
44+
postgresql.lib
4445
] ++ lib.optionals stdenv.isDarwin [
4546
darwin.apple_sdk.frameworks.CoreFoundation
4647
darwin.apple_sdk.frameworks.Kerberos

0 commit comments

Comments
 (0)