mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
SDL_audiolib: add libogg
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user