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