peek: use ffmpeg 4

See migrate away from ffmpeg_3 #120705.
This commit is contained in:
Thomas Gerbet 2021-05-05 17:42:05 +02:00
parent fe50cb0ee1
commit 2fcba3a999

View file

@ -16,7 +16,7 @@
, glib , glib
, cairo , cairo
, keybinder3 , keybinder3
, ffmpeg_3 , ffmpeg
, python3 , python3
, libxml2 , libxml2
, gst_all_1 , gst_all_1
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
''; '';
preFixup = '' preFixup = ''
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ which ffmpeg_3 gifski ]}) gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ which ffmpeg gifski ]})
''; '';
passthru = { passthru = {
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://github.com/phw/peek"; homepage = "https://github.com/phw/peek";
description = "Simple animated GIF screen recorder with an easy to use interface"; description = "Simple animated GIF screen recorder with an easy to use interface";
license = licenses.gpl3; license = licenses.gpl3Plus;
maintainers = with maintainers; [ puffnfresh ]; maintainers = with maintainers; [ puffnfresh ];
platforms = platforms.linux; platforms = platforms.linux;
}; };