mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
bibtool uses K&R-style function definitions, which GCC 14 no longer accepts by default. Compile with -std=gnu89 as a workaround until upstream merges https://github.com/ge-ne/bibtool/pull/96.