nixpkgs/pkgs/servers/nosql/influxdb2
Mitchell Skaggs d7aecd3cb0
{influxdb, influxdb2}: fix build on aarch64-linux
An inadvertent reliance on `char` being signed crept into `libflux`;
this patch specifies a signed 8-bit type for the literal and then
explicitly casts to the appropriate platform `c_char` type.
2024-06-16 00:00:32 -05:00
..
cli.nix maintainers: drop danderson 2024-04-26 11:36:50 -07:00
combined.nix
default.nix {influxdb, influxdb2}: fix build on aarch64-linux 2024-06-16 00:00:32 -05:00
fix-unsigned-char.patch {influxdb, influxdb2}: fix build on aarch64-linux 2024-06-16 00:00:32 -05:00
provision.nix treewide: Remove indefinite article from meta.description 2024-06-09 23:07:45 +02:00
token-manipulator.nix