mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 13:27:48 +00:00
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:
parent
d412d79567
commit
72840a9f2f
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user