Francis Gagné
Francis Gagné
I just stumbled upon this, though I used `Box` rather than `Vec`, and it was on the `source` field, so the error is in a different place. It just gave...
The issue has nothing to do with the `rand` crate. `rand.o` is the object corresponding to [`rand.c`](https://docs.rs/crate/libgit2-sys/0.13.4+1.4.2/source/libgit2/src/util/rand.c) that's statically linked into `libgit2_sys`. A quick Google search shows that `getloadavg` was...
I encountered this issue with `VGMPlayer`, rendering a Mega Drive/Genesis VGM that doesn't use the YM2612's DAC channel. I just submitted #114 that (hopefully) fixes this. (It fixes the issues...
https://github.com/NixOS/nixpkgs/pull/289721 was just merged into master. Once it gets merged into nixpkgs-unstable and nixos-unstable, then we'll be able to remove `sourceRoot = "extension"` in `overrides.nix`. I advise waiting at least...