NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.48k stars 12.98k forks source link

Build failure: bitwarden-cli (aarch64-darwin) #315667

Open n8henrie opened 1 month ago

n8henrie commented 1 month ago

Steps To Reproduce

$ nix build github:nixos/nixpkgs#bitwarden-cli --print-build-logs

Build log

https://gist.github.com/n8henrie/45020d467d57f3283bbe7b9ea57b1d13

Notify maintainers

@dotlambda

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"aarch64-darwin"`
 - host os: `Darwin 23.5.0, macOS 14.5`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.19.4`
 - channels(n8henrie): `""`
 - channels(root): `""`
 - nixpkgs: `/nix/store/x44yrfrlx00rsbab7lqc5f71qwjazb56-source`

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

n8henrie commented 1 month ago

I tried adding xcrun to inputs but then seems to run into https://github.com/NixOS/nixpkgs/issues/261820 when building argon2, which in turn may be fixed by https://github.com/NixOS/nixpkgs/pull/262124.

dotlambda commented 1 month ago

I tried adding xcrun to inputs

To me the logs look like xcrun is only run if an error occurs.