We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed1bb7 commit acd9120Copy full SHA for acd9120
nix/ext/plv8.nix
@@ -31,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
31
32
nativeBuildInputs = [
33
perl
34
+ postgresql
35
] ++ lib.optionals stdenv.isDarwin [
36
clang
37
xcbuild
@@ -40,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
40
41
(v8.overrideAttrs (oldAttrs: {
42
version = "9.7.106.18";
43
}))
- postgresql
44
+ postgresql.lib
45
46
darwin.apple_sdk.frameworks.CoreFoundation
47
darwin.apple_sdk.frameworks.Kerberos
0 commit comments