xwax: fix the build (missing alsa-lib input)

Without the change the build fails as
https://hydra.nixos.org/build/294945388:

    alsa.c:24:10: fatal error: alsa/asoundlib.h: No such file or directory
       24 | #include <alsa/asoundlib.h>
          |          ^~~~~~~~~~~~~~~~~~
This commit is contained in:
Sergei Trofimovich
2025-04-27 22:54:15 +01:00
parent 88c834978e
commit 185b3fcf1e
+3
View File
@@ -4,6 +4,7 @@
fetchurl,
SDL,
SDL_ttf,
alsa-lib,
jack2,
libmpg123,
ffmpeg,
@@ -38,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
SDL
SDL_ttf
alsa-lib
# audio server
jack2