lpcnet: Fix tests on aarch64-linux

+8
+8
pkgs/by-name/lp/lpcnet/package.nix
··· 5 5 fetchurl, 6 6 cmake, 7 7 codec2, 8 + sox, 8 9 }: 9 10 10 11 stdenv.mkDerivation (finalAttrs: { ··· 47 48 ]; 48 49 49 50 doCheck = true; 51 + nativeCheckInputs = [ 52 + # NOTE: From some reason, the tests pass without this on x86_64-linux, but 53 + # not on aarch64-linux, although the relevant test is not enabled 54 + # conditionally, see: 55 + # https://github.com/drowe67/LPCNet/blob/c8e51ac5e2fe674849cb53e7da44689b572cc246/CMakeLists.txt#L220-L225 56 + sox 57 + ]; 50 58 51 59 meta = { 52 60 description = "Experimental Neural Net speech coding for FreeDV";