nixpkgs/pkgs/applications/audio/snapcast
Manuel Frischknecht 19004cb1b5 snapcast: fix build failure due to missing #include <cstdint>
`snapcast` fails to build with GCC 13 because of a missing include
of `cstdint` (that got transitively included in older versions).
This issue has already been fixed upstream some months ago, but
there have been no new releases after that, so this change pulls
in the upstream commit using `fetchpatch` for now.
2024-01-23 23:55:39 +01:00
..
default.nix snapcast: fix build failure due to missing #include <cstdint> 2024-01-23 23:55:39 +01:00