kodi: expose internal ffmpeg derivation

This commit is contained in:
Aaron Andersen
2021-03-23 21:01:36 -04:00
parent 9677d30d77
commit 932e9807fe

View File

@@ -230,6 +230,7 @@ in stdenv.mkDerivation {
passthru = {
pythonPackages = python3Packages;
ffmpeg = ffmpeg;
};
meta = with lib; {