python310Packages.opuslib: fix tests with libopus 1.4

This commit is contained in:
Theodore Ni
2023-07-02 13:10:16 -07:00
parent 7672c1e9ae
commit 683ac85ec3
@@ -28,6 +28,12 @@ buildPythonPackage rec {
url = "https://github.com/orion-labs/opuslib/commit/8aee916e4da4b3183d49cff5a986dc2408076d8d.patch";
hash = "sha256-oa1HCFHNS3ejzSf0jxv9NueUKOZgdCtpv+xTrjYW5os=";
})
# https://github.com/orion-labs/opuslib/pull/25
(fetchpatch {
name = "fix-tests-when-using-libopus-1.4.patch";
url = "https://github.com/orion-labs/opuslib/commit/87a214fc98c1dcae38035e99fe8e279a160c4a52.patch";
hash = "sha256-UoOafyTFvWLY7ErtBhkXTZSgbMZFrg5DGxjbhqEI7wo=";
})
(substituteAll {
src = ./opuslib-paths.patch;
opusLibPath = "${libopus}/lib/libopus${stdenv.hostPlatform.extensions.sharedLibrary}";