Unverified Commit 4e019182 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #217203 from sifmelcara/fix-ffcast

ffcast: Fix ffmpeg dependency for screenshot
parents 9d9ea518 a6cf80bb
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