Merge pull request #217203 from sifmelcara/fix-ffcast

ffcast: Fix ffmpeg dependency for screenshot
This commit is contained in:
Nikolay Korotkiy 2023-02-26 11:50:14 +04:00 committed by GitHub
commit 4e019182e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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