ffmpeg: set mainProgram
Needed for e.g. `nix run nixpkgs#ffmpeg-full` otherwise tries to exec `ffmpeg-full`.
This commit is contained in:
committed by
Bjørn Forsman
parent
94f1803aaf
commit
a473ea53e4
@@ -699,5 +699,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
pkgConfigModules = [ "libavutil" ];
|
pkgConfigModules = [ "libavutil" ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ atemu ];
|
maintainers = with maintainers; [ atemu ];
|
||||||
|
mainProgram = "ffmpeg";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user