about summary refs log tree commit diff
path: root/pkgs/applications/video/gnomecast
diff options
context:
space:
mode:
authorMaxine Aubrey <maxeaubrey@gmail.com>2021-05-11 21:58:23 +0200
committerMaxine Aubrey <maxeaubrey@gmail.com>2021-05-11 21:58:23 +0200
commit538c614396464c83b207baf4043449ba7148c81c (patch)
tree86ab1ebafea62d069eef0b6c960f8e5e977544df /pkgs/applications/video/gnomecast
parentb8ec4fd2a4edc4e30d02ba7b1a2cc1358f3db1d5 (diff)
gnomecast: switch from ffmpeg_3 to ffmpeg
Diffstat (limited to 'pkgs/applications/video/gnomecast')
-rw-r--r--pkgs/applications/video/gnomecast/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/gnomecast/default.nix b/pkgs/applications/video/gnomecast/default.nix
index 65865c31dfc81..335b8c1917229 100644
--- a/pkgs/applications/video/gnomecast/default.nix
+++ b/pkgs/applications/video/gnomecast/default.nix
@@ -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