$ nix build .#arduino-cli --show-trace
error:
… while evaluating the attribute 'buildCommand' of the derivation 'arduino-cli-wrapped'
at /nix/store/vb9qsnpl4870flhx34lbwmwkdn1f1gxf-source/pkgs/stdenv/generic/make-derivation.nix:300:7:
299| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
300| name =
| ^
301| let
… while evaluating the attribute 'paths' of the derivation 'arduino-data'
at /nix/store/vb9qsnpl4870flhx34lbwmwkdn1f1gxf-source/pkgs/stdenv/generic/make-derivation.nix:300:7:
299| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
300| name =
| ^
301| let
… while evaluating the attribute 'toolsDependencies' of the derivation 'adafruit-samd-1.7.13'
at /nix/store/vb9qsnpl4870flhx34lbwmwkdn1f1gxf-source/pkgs/stdenv/generic/make-derivation.nix:300:7:
299| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
300| name =
| ^
301| let
… while evaluating the attribute 'src' of the derivation 'adafruit-arm-none-eabi-gcc-9-2019q4'
at /nix/store/vb9qsnpl4870flhx34lbwmwkdn1f1gxf-source/pkgs/stdenv/generic/make-derivation.nix:300:7:
299| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
300| name =
| ^
301| let
error: unsupported argument 'md5' to 'fetchurl'
at /nix/store/pmfvdzrbqipqgsf3abszf1ljfk6y055y-source/lib.nix:46:9:
45| else
46| { md5 = h; };
| ^
47| }
seems fetchurl doesn't like md5 hashes, provided by the gcc compiler dependency of adafruit samd.
Trying to set up a project for some led fun with adafruit m0 boards, using this flake
I get this error message when I build:
seems fetchurl doesn't like md5 hashes, provided by the gcc compiler dependency of adafruit samd.