ffmpeg: set mainProgram
Needed for e.g. `nix run nixpkgs#ffmpeg-full` otherwise tries to exec `ffmpeg-full`.
This commit is contained in:
parent
94f1803aaf
commit
a473ea53e4
1 changed files with 1 additions and 0 deletions
|
@ -699,5 +699,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
pkgConfigModules = [ "libavutil" ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ atemu ];
|
||||
mainProgram = "ffmpeg";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue