diff --git a/nix/passthru-vendored.nix b/nix/passthru-vendored.nix index db45170..bf84336 100644 --- a/nix/passthru-vendored.nix +++ b/nix/passthru-vendored.nix @@ -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 '';