···55 fetchurl,
66 cmake,
77 codec2,
88+ sox,
89}:
9101011stdenv.mkDerivation (finalAttrs: {
···4748 ];
48494950 doCheck = true;
5151+ nativeCheckInputs = [
5252+ # NOTE: From some reason, the tests pass without this on x86_64-linux, but
5353+ # not on aarch64-linux, although the relevant test is not enabled
5454+ # conditionally, see:
5555+ # https://github.com/drowe67/LPCNet/blob/c8e51ac5e2fe674849cb53e7da44689b572cc246/CMakeLists.txt#L220-L225
5656+ sox
5757+ ];
50585159 meta = {
5260 description = "Experimental Neural Net speech coding for FreeDV";