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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user