nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

lpcnet: Fix tests on aarch64-linux

Doron Behar 01fb9591 4b745cb5

+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: { ··· 48 47 ]; 49 48 50 49 doCheck = true; 50 + nativeCheckInputs = [ 51 + # NOTE: From some reason, the tests pass without this on x86_64-linux, but 52 + # not on aarch64-linux, although the relevant test is not enabled 53 + # conditionally, see: 54 + # https://github.com/drowe67/LPCNet/blob/c8e51ac5e2fe674849cb53e7da44689b572cc246/CMakeLists.txt#L220-L225 55 + sox 56 + ]; 51 57 52 58 meta = { 53 59 description = "Experimental Neural Net speech coding for FreeDV";