Skip to content

Commit e5ab505

Browse files
committed
fix: needs git in buildInputs too
1 parent e109fc6 commit e5ab505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/ext/wrappers/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildPgrxExtension_0_12_6 rec {
2929
};
3030

3131
nativeBuildInputs = [ pkg-config cargo ];
32-
buildInputs = [ openssl postgresql ] ++ lib.optionals (stdenv.isDarwin) [
32+
buildInputs = [ openssl postgresql git ] ++ lib.optionals (stdenv.isDarwin) [
3333
darwin.apple_sdk.frameworks.CoreFoundation
3434
darwin.apple_sdk.frameworks.Security
3535
darwin.apple_sdk.frameworks.SystemConfiguration

0 commit comments

Comments
 (0)