Skip to content

Commit

Permalink
Merge pull request #104 from 0xf09f95b4/crane-compat
Browse files Browse the repository at this point in the history
passthru-vendored.nix: add configurePhase to enable compatibility with crane
  • Loading branch information
nikstur authored Jun 24, 2024
2 parents 7a0db95 + 62adc22 commit 7772622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/passthru-vendored.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
bombonVendoredSbom = package.overrideAttrs (previousAttrs: {
nativeBuildInputs = (previousAttrs.nativeBuildInputs or [ ]) ++ [ cargo-cyclonedx ];
outputs = [ "out" ];
phases = [ "unpackPhase" "patchPhase" "buildPhase" "installPhase" ];
phases = [ "unpackPhase" "patchPhase" "configurePhase" "buildPhase" "installPhase" ];
buildPhase = ''
cargo cyclonedx --spec-version 1.4 --format json
'';
Expand Down

0 comments on commit 7772622

Please sign in to comment.