kodi: expose internal ffmpeg derivation
This commit is contained in:
parent
9677d30d77
commit
932e9807fe
|
@ -230,6 +230,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
passthru = {
|
||||
pythonPackages = python3Packages;
|
||||
ffmpeg = ffmpeg;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in New Issue