gnomecast: switch from ffmpeg_3 to ffmpeg

This commit is contained in:
Maxine Aubrey 2021-05-11 21:58:23 +02:00
parent b8ec4fd2a4
commit 538c614396
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

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;
buildPythonApplication rec {
@ -21,7 +21,7 @@ buildPythonApplication rec {
strictDeps = false;
preFixup = ''
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg_3 ]})
gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg ]})
'';
# no tests