python.pkgs.whisper: fix tests

This commit is contained in:
Robert Schütz 2018-12-03 12:00:03 +01:00 committed by Frederik Rietdijk
parent 9614364dec
commit f6cb659fbd
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, six }:
{ stdenv, buildPythonPackage, fetchPypi, six, mock }:
buildPythonPackage rec {
pname = "whisper";
@ -11,6 +11,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ];
checkInputs = [ mock ];
meta = with stdenv.lib; {
homepage = http://graphite.wikidot.com/;
description = "Fixed size round-robin style database";