sbom-tool: fix build on x86_64-darwin (#491050)

This commit is contained in:
David McFarland
2026-02-16 16:24:55 +00:00
committed by GitHub
+2
View File
@@ -26,6 +26,8 @@ buildDotnetModule rec {
dotnetBuildFlags = [
"-p:MinVerVersionOverride=${version}"
# this is fragile with sdk updates
"-p:EnforceCodeStyleInBuild=false"
];
dotnetInstallFlags = [