mumble: fix build (#80500)

This commit is contained in:
Mario Rodas
2020-02-19 14:01:21 +01:00
committed by GitHub
parent 5ea19307fe
commit 7b73eefda8
2 changed files with 19 additions and 1 deletions
@@ -19,7 +19,9 @@ let
pname = overrides.type;
version = source.version;
patches = (source.patches or []) ++ optional jackSupport ./mumble-jack-support.patch;
patches = (source.patches or [])
++ optional jackSupport ./mumble-jack-support.patch
++ [ ./fix-rnnoise-argument.patch ];
nativeBuildInputs = [ pkgconfig python qt5.qmake ]
++ (overrides.nativeBuildInputs or [ ]);