treewide: ffmpeg_4 -> ffmpeg

This commit is contained in:
zowoq
2020-06-13 12:31:01 +10:00
committed by Jon
parent 0a63b5ae34
commit 78e324d272
13 changed files with 30 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchPypi
, numpy
, ffmpeg_4
, ffmpeg
, pkgconfig
}:
@@ -18,7 +18,7 @@ buildPythonPackage rec {
checkInputs = [ numpy ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ffmpeg_4 ];
buildInputs = [ ffmpeg ];
# Tests require downloading files from internet
doCheck = false;