···5 fetchurl,
6 cmake,
7 codec2,
08}:
910stdenv.mkDerivation (finalAttrs: {
···47 ];
4849 doCheck = true;
00000005051 meta = {
52 description = "Experimental Neural Net speech coding for FreeDV";
···5 fetchurl,
6 cmake,
7 codec2,
8+ sox,
9}:
1011stdenv.mkDerivation (finalAttrs: {
···48 ];
4950 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+ ];
5859 meta = {
60 description = "Experimental Neural Net speech coding for FreeDV";