mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
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
Block a user