buildPgrxExtension: mark packages as broken on darwin (#392868)

This commit is contained in:
Yt
2025-03-27 19:29:28 -04:00
committed by GitHub
@@ -178,6 +178,11 @@ let
(args.checkFeatures or [ ])
++ (lib.optionals usePgTestCheckFeature [ "pg_test" ])
++ [ "pg${pgrxPostgresMajor}" ];
meta = (args.meta or { }) // {
# See comment in postgresql's generic.nix doInstallCheck section
broken = (args.meta.broken or false) || stdenv.hostPlatform.isDarwin;
};
};
in
rustPlatform.buildRustPackage finalArgs