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
+2 -2
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