There was an error while loading. Please reload this page.
1 parent ca696b0 commit 25a8581Copy full SHA for 25a8581
nix/ext/pg_jsonschema/default.nix
@@ -6,6 +6,7 @@
6
fetchFromGitHub,
7
postgresql,
8
rust-bin,
9
+ darwin,
10
}:
11
let
12
pname = "pg_jsonschema";
@@ -42,7 +43,7 @@ let
42
43
"";
44
45
nativeBuildInputs = [ cargo ];
- buildInputs = [ postgresql ];
46
+ buildInputs = [ postgresql ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
47
# update the following array when the pg_jsonschema version is updated
48
# required to ensure that extensions update scripts from previous versions are generated
49
0 commit comments