The type of libc::c_char is u8 on aarch64 rather than i8, which causes
the use of a specifically-typed constant to fail.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rHG Mercurial
 - Branch
 - default
 - Lint
 No Linters Available - Unit
 No Unit Test Coverage 
Event Timeline
Comment Actions
I'm pulling this patch into nixpkgs directly (https://github.com/NixOS/nixpkgs/pull/164119) as well just to unblock us (and also to actually test this on an aarch64-linux system, since I don't have one to hand but we do have them in CI)