Skip to content

Commit 3225b22

Browse files
authored
xwax: fix the build (missing alsa-lib input) (#402378)
2 parents 029c0b4 + 16049b2 commit 3225b22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/xw/xwax/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
fetchurl,
55
SDL,
66
SDL_ttf,
7+
alsa-lib,
78
jack2,
89
libmpg123,
910
ffmpeg,
@@ -38,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
3839
SDL
3940
SDL_ttf
4041

42+
alsa-lib
43+
4144
# audio server
4245
jack2
4346

@@ -55,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
5558
"--enable-jack"
5659
];
5760

61+
enableParallelBuilding = true;
62+
5863
nativeInstallCheckInputs = [ versionCheckHook ];
5964
versionCheckProgramArg = "-h";
6065
doInstallCheck = true;

0 commit comments

Comments
 (0)