lol

Merge pull request #217203 from sifmelcara/fix-ffcast

ffcast: Fix ffmpeg dependency for screenshot

authored by

Nikolay Korotkiy and committed by
GitHub
4e019182 9d9ea518

+2 -2
+2 -2
pkgs/tools/X11/ffcast/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, autoreconfHook, makeWrapper, perl 2 - , ffmpeg, imagemagick, xdpyinfo, xprop, xrectsel, xwininfo 2 + , ffmpeg-full, imagemagick, xdpyinfo, xprop, xrectsel, xwininfo 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { ··· 19 19 20 20 postInstall = let 21 21 binPath = lib.makeBinPath [ 22 - ffmpeg 22 + ffmpeg-full 23 23 imagemagick 24 24 xdpyinfo 25 25 xprop