NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.39k stars 14.34k forks source link

Build failure: cyclonedx-cli #359875

Open cilki opened 3 days ago

cilki commented 3 days ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. build cyclonedx-cli from unstable

Build log

Build Log ``` … while calling the 'derivationStrict' builtin at :34:12: 33| 34| strict = derivationStrict drvAttrs; | ^ 35| … while evaluating derivation 'cyclonedx-cli-0.25.1' whose name attribute is located at /nix/store/k5g5frkf231kzsrnc8szlg229ychpcqy-nixpkgs/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:336:7 … while evaluating attribute 'nativeBuildInputs' of derivation 'cyclonedx-cli-0.25.1' at /nix/store/k5g5frkf231kzsrnc8szlg229ychpcqy-nixpkgs/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:380:7: 379| depsBuildBuild = elemAt (elemAt dependencies 0) 0; 380| nativeBuildInputs = elemAt (elemAt dependencies 0) 1; | ^ 381| depsBuildTarget = elemAt (elemAt dependencies 0) 2; (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: Package ‘dotnet-runtime-6.0.36’ in /nix/store/k5g5frkf231kzsrnc8szlg229ychpcqy-nixpkgs/nixpkgs/pkgs/development/compilers/dotnet/build-dotnet.nix:212 is marked as insecure, refusing to evaluate. Known issues: - Dotnet SDK 6.0.36 is EOL, please use 8.0 (LTS) or 9.0 (Current) ```

Metadata


Note for maintainers: Please tag this issue in your PR.


Add a :+1: reaction to issues you find important.

aucub commented 3 days ago

359842