escrotum: add ffmpeg-full to PATH of wrapper

Screen recording requires ffmpeg with --enable-libxcb.

+3
+3
pkgs/tools/graphics/escrotum/default.nix
··· 1 { lib, python3Packages, fetchFromGitHub 2 , gtk3 3 , pango 4 , gobject-introspection ··· 32 strictDeps = false; 33 34 outputs = [ "out" "man" ]; 35 36 postInstall = '' 37 mkdir -p $man/share/man/man1
··· 1 { lib, python3Packages, fetchFromGitHub 2 + , ffmpeg-full 3 , gtk3 4 , pango 5 , gobject-introspection ··· 33 strictDeps = false; 34 35 outputs = [ "out" "man" ]; 36 + 37 + makeWrapperArgs = ["--prefix PATH : ${lib.makeBinPath [ ffmpeg-full ]}"]; 38 39 postInstall = '' 40 mkdir -p $man/share/man/man1