Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-06-17 08:40:33 +02:00
68 changed files with 458 additions and 297 deletions

View File

@@ -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;