Loading pkgs/development/python-modules/opuslib/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,12 @@ buildPythonPackage { "tests/hl_encoder.py" ]; disabledTests = [ # Likely related to libopus 1.5.2 -> 1.6.1 bump # AssertionError: 1500000 not less than 700000 "test_bitrate" ]; meta = { description = "Python bindings to the libopus, IETF low-delay audio codec"; homepage = "https://github.com/orion-labs/opuslib"; Loading Loading
pkgs/development/python-modules/opuslib/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,12 @@ buildPythonPackage { "tests/hl_encoder.py" ]; disabledTests = [ # Likely related to libopus 1.5.2 -> 1.6.1 bump # AssertionError: 1500000 not less than 700000 "test_bitrate" ]; meta = { description = "Python bindings to the libopus, IETF low-delay audio codec"; homepage = "https://github.com/orion-labs/opuslib"; Loading