Commit a473ea53 authored by Andrew Marshall's avatar Andrew Marshall Committed by Bjørn Forsman
Browse files

ffmpeg: set mainProgram

Needed for e.g. `nix run nixpkgs#ffmpeg-full` otherwise tries to exec
`ffmpeg-full`.
parent 94f1803a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -699,5 +699,6 @@ stdenv.mkDerivation (finalAttrs: {
    pkgConfigModules = [ "libavutil" ];
    platforms = platforms.all;
    maintainers = with maintainers; [ atemu ];
    mainProgram = "ffmpeg";
  };
})