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 7acd1ad commit 8ef836fCopy full SHA for 8ef836f
nix/ext/wrappers/default.nix
@@ -29,8 +29,8 @@ buildPgrxExtension_0_12_6 rec {
29
hash = "sha256-CkoNMoh40zbQL4V49ZNYgv3JjoNWjODtTpHn+L8DdZA=";
30
};
31
32
- nativeBuildInputs = [ pkg-config cargo ];
33
- buildInputs = [ openssl postgresql git ] ++ lib.optionals (stdenv.isDarwin) [
+ nativeBuildInputs = [ pkg-config cargo git ];
+ buildInputs = [ openssl postgresql ] ++ lib.optionals (stdenv.isDarwin) [
34
darwin.apple_sdk.frameworks.CoreFoundation
35
darwin.apple_sdk.frameworks.Security
36
darwin.apple_sdk.frameworks.SystemConfiguration
0 commit comments