ffcast: Fix ffmpeg dependency for screenshot

This commit is contained in:
mingchuan 2023-02-19 11:10:07 -08:00
parent 48d298f853
commit a6cf80bb50

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, makeWrapper, perl
, ffmpeg, imagemagick, xdpyinfo, xprop, xrectsel, xwininfo
, ffmpeg-full, imagemagick, xdpyinfo, xprop, xrectsel, xwininfo
}:
stdenv.mkDerivation rec {
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
postInstall = let
binPath = lib.makeBinPath [
ffmpeg
ffmpeg-full
imagemagick
xdpyinfo
xprop