Merge pull request #217519 from mkg20001/peek

This commit is contained in:
Maciej Krüger 2023-03-11 11:14:10 +01:00 committed by GitHub
commit 2ba94aa7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {