summary refs log tree commit diff
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2021-05-18 09:47:42 +0200
committerFliegendeWurst <2012gdwu+github@posteo.de>2021-05-18 09:47:42 +0200
commit9e4e445da658e3d2261b25c016360cff912a49ce (patch)
treed4963f07c00e8af2c5588027546797fbb2f63a2c
parent5b1d8990bd02d643a08fb4f7f41e559ec42896c1 (diff)
downloadnixpkgs-9e4e445da658e3d2261b25c016360cff912a49ce.tar
nixpkgs-9e4e445da658e3d2261b25c016360cff912a49ce.tar.gz
nixpkgs-9e4e445da658e3d2261b25c016360cff912a49ce.tar.bz2
nixpkgs-9e4e445da658e3d2261b25c016360cff912a49ce.tar.lz
nixpkgs-9e4e445da658e3d2261b25c016360cff912a49ce.tar.xz
nixpkgs-9e4e445da658e3d2261b25c016360cff912a49ce.tar.zst
nixpkgs-9e4e445da658e3d2261b25c016360cff912a49ce.zip
devede: ffmpeg_3 -> ffmpeg
-rw-r--r--pkgs/applications/video/devede/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/devede/default.nix b/pkgs/applications/video/devede/default.nix
index 6a4d0dc1b8d..e8fa11c9147 100644
--- a/pkgs/applications/video/devede/default.nix
+++ b/pkgs/applications/video/devede/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchFromGitLab, python3Packages, ffmpeg_3, mplayer, vcdimager, cdrkit, dvdauthor
+{ lib, fetchFromGitLab, python3Packages, ffmpeg, mplayer, vcdimager, cdrkit, dvdauthor
 , gtk3, gettext, wrapGAppsHook, gdk-pixbuf, gobject-introspection }:
 
 let
@@ -30,11 +30,11 @@ in buildPythonApplication rec {
   ];
 
   buildInputs = [
-    ffmpeg_3
+    ffmpeg
   ];
 
   propagatedBuildInputs = [
-    gtk3 pygobject3 gdk-pixbuf dbus-python ffmpeg_3 mplayer dvdauthor vcdimager cdrkit urllib3 setuptools
+    gtk3 pygobject3 gdk-pixbuf dbus-python ffmpeg mplayer dvdauthor vcdimager cdrkit urllib3 setuptools
   ];
 
   postPatch = ''