mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
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
@ -699,5 +699,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pkgConfigModules = [ "libavutil" ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ atemu ];
|
||||
mainProgram = "ffmpeg";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user