Merge master into staging-next
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, numpy
|
||||
, ffmpeg_4
|
||||
, ffmpeg
|
||||
, pkgconfig
|
||||
}:
|
||||
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
checkInputs = [ numpy ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ ffmpeg_4 ];
|
||||
buildInputs = [ ffmpeg ];
|
||||
|
||||
# Tests require downloading files from internet
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user