SDL_audiolib: add libogg

This commit is contained in:
Peder Bergebakken Sundt
2026-08-13 20:39:45 +02:00
parent 6d745118d9
commit 84b4764d0b

View File

@@ -5,6 +5,7 @@
fetchFromGitHub,
pkg-config,
stdenv,
libogg,
flac,
fmt_11,
}:
@@ -29,6 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
SDL2
libogg # required by flac
flac
fmt_11
];