Merge pull request #217203 from sifmelcara/fix-ffcast
ffcast: Fix ffmpeg dependency for screenshot
This commit is contained in:
commit
4e019182e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user