pie_ changed the topic of #nixos-rust to: buildRustPackage is wrong. | the ops are those who op those who donut op themselves
JJJollyjim has joined #nixos-rust
<JJJollyjim>
Using rust.packages.stable.cargo, a cargo build gives `linker `/nix/store/8madhhcxhxlf0rrc5hdsk65l206r3cc6-gcc-wrapper-9.3.0/bin/cc` not found`
<JJJollyjim>
how is that even possible
<JJJollyjim>
this happens in a pure shell with just cargo
<JJJollyjim>
how can it be referencing that store path, without it being in its closure?
<JJJollyjim>
is more store corrupted somehow? `nix-store --verify` is happy
<drakonis>
yes it happens
<drakonis>
install gcc
<drakonis>
or anything that provides a cc command
<drakonis>
clang
<JJJollyjim>
how does it happen?
<JJJollyjim>
it's specifically referring to store path, not just looking on my path for a cc