Skip to content

Commit 8ef836f

Browse files
committed
fix: git should be a nativeBuildInput and not buildInput
1 parent 7acd1ad commit 8ef836f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/wrappers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ buildPgrxExtension_0_12_6 rec {
2929
hash = "sha256-CkoNMoh40zbQL4V49ZNYgv3JjoNWjODtTpHn+L8DdZA=";
3030
};
3131

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

0 commit comments

Comments
 (0)