libopus: add ffmpeg as reverse dependencies to passthru.tests

This commit is contained in:
Mario Rodas 2023-06-11 14:42:09 -05:00
parent 56f1e61a9a
commit 46c81a5e6b

View File

@ -7,6 +7,9 @@
, ninja
, fixedPoint ? false
, withCustomModes ? true
# tests
, ffmpeg-headless
}:
stdenv.mkDerivation rec {
@ -49,6 +52,10 @@ stdenv.mkDerivation rec {
doCheck = !stdenv.isi686 && !stdenv.isAarch32; # test_unit_LPC_inv_pred_gain fails
passthru.tests = {
inherit ffmpeg-headless;
};
meta = with lib; {
description = "Open, royalty-free, highly versatile audio codec";
homepage = "https://opus-codec.org/";