nixbot

builds

failed eval checks.aarch64-darwin.pkgs-hermes-desktop build #4055 · raw · ·

1error:2       … while calling the 'derivationStrict' builtin3         at «nix-internal»/derivation-internal.nix:37:12:4           36|5           37|   strict = derivationStrict drvAttrs;6             |            ^7           38|89       … while evaluating derivation 'hermes-desktop-0.17.0'10         whose name attribute is located at «github:NixOS/nixpkgs/ac6b2166e7a9375683b8e98f860f273222337b16?narHash=sha256-vMiXptXarfSdJb1Gkc%2BFYVOAibuBRj7qxGa8z68q1Uw%3D»/pkgs/stdenv/generic/make-derivation.nix:651:111112       … while evaluating attribute 'buildPhase' of derivation 'hermes-desktop-0.17.0'13         at «git+file:///var/lib/nixbot/worktrees/71-6f426e3100ca-694?ref=HEAD&rev=a102fa5446340a425c2b9f38c45a2d2cb394a09c»/packages/hermes-desktop/package.nix:97:3:14           96|15           97|   buildPhase = ''16             |   ^17           98|     runHook preBuild1819       (stack trace truncated; use '--show-trace' to show the full, detailed trace)2021       error: Refusing to evaluate package 'python3.14-jaraco-path-3.7.2' in /nix/store/psk67z2p5aigw7hb8866hwir1rkdn8vl-source/pkgs/development/python-modules/jaraco-path/default.nix:30 because it has problems:22       - broken: This package is broken.2324       See also https://nixos.org/manual/nixpkgs/unstable#sec-problems25       To allow evaluation regardless, use:26       - Nixpkgs import: import nixpkgs { config = <below code>; }27       - NixOS: nixpkgs.config = <below code>;28       - nix-* commands: Put below code in ~/.config/nixpkgs/config.nix2930         {31           problems.handlers = {32             jaraco-path.broken = "warn"; # or "ignore"33           };34         }