Commit a6cf80bb authored by mingchuan's avatar mingchuan
Browse files

ffcast: Fix ffmpeg dependency for screenshot

parent 48d298f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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