peek: switch to ffmpeg-full

Otherwise fails with Unrecognized option 'show_region'

Ref https://github.com/phw/peek/issues/633
This commit is contained in:
Maciej Krüger 2023-02-21 17:26:11 +01:00
parent d412d79567
commit 72840a9f2f
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -17,7 +17,7 @@
, glib
, cairo
, keybinder3
, ffmpeg
, ffmpeg-full
, python3
, libxml2
, gst_all_1
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
'';
preFixup = ''
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ which ffmpeg gifski ]})
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ which ffmpeg-full gifski ]})
'';
passthru = {