Merge pull request #122626 from maxeaubrey/gnomecast_ffmpeg

gnomecast: switch from ffmpeg_3 to ffmpeg
This commit is contained in:
Jan Tojnar 2021-05-12 10:07:17 +02:00 committed by GitHub
commit 5c57c26a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, lib, python3Packages, gtk3, gobject-introspection, ffmpeg_3, wrapGAppsHook }: { stdenv, lib, python3Packages, gtk3, gobject-introspection, ffmpeg, wrapGAppsHook }:
with python3Packages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
@ -21,7 +21,7 @@ buildPythonApplication rec {
strictDeps = false; strictDeps = false;
preFixup = '' preFixup = ''
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg_3 ]}) gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg ]})
''; '';
# no tests # no tests