10 buildPythonPackage rec {
16 src = fetchFromGitHub {
19 rev = "92109c528f9f6c550df5e5325ca0fcd4f86b0909";
20 sha256 = "0kd37wimwd1g6c0w5hq2hiiljgbi1zg3rk5prval086khkzq469p";
25 src = ./opuslib-paths.patch;
26 opusLibPath = "${libopus}/lib/libopus${stdenv.hostPlatform.extensions.sharedLibrary}";
30 checkInputs = [ nose ];
33 description = "Python bindings to the libopus, IETF low-delay audio codec";
34 homepage = "https://github.com/orion-labs/opuslib";
35 license = licenses.bsd3;
36 platforms = platforms.all;
37 maintainers = with maintainers; [ thelegy ];