Skip to content

Commit

Permalink
Merge pull request #108 from thillux/fix-path
Browse files Browse the repository at this point in the history
bombon-transformer: use native build input for cross compiling
  • Loading branch information
nikstur authored Jul 2, 2024
2 parents dbdea52 + 6e29a14 commit 5321c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/build-bom.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
"--include-buildtime-dependencies"
];
in
runCommand "${drv.name}.cdx.json" { buildInputs = [ transformer ]; } ''
runCommand "${drv.name}.cdx.json" { nativeBuildInputs = [ transformer ]; } ''
bombon-transformer ${drv} \
${toString flags} \
${buildtimeDependencies drv extraPaths} \
Expand Down

0 comments on commit 5321c72

Please sign in to comment.