Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2018-12-07 15:31:52 +01:00
225 changed files with 5366 additions and 4074 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, six, mock }:
{ stdenv, buildPythonPackage, fetchPypi, mock, six }:
buildPythonPackage rec {
pname = "whisper";
@@ -10,7 +10,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ six ];
checkInputs = [ mock ];
meta = with stdenv.lib; {