anki: Add mock to check inputs
Probably got propagated from somewhere and doesn't anymore, which caused the breakage.
This commit is contained in:
parent
91e11f8f22
commit
4e57d4321a
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
, requests
|
, requests
|
||||||
, markdown
|
, markdown
|
||||||
, matplotlib
|
, matplotlib
|
||||||
|
, mock
|
||||||
, pytest
|
, pytest
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
, nose
|
, nose
|
||||||
|
@ -104,7 +105,7 @@ buildPythonApplication rec {
|
||||||
++ lib.optionals stdenv.isDarwin [ CoreAudio ]
|
++ lib.optionals stdenv.isDarwin [ CoreAudio ]
|
||||||
;
|
;
|
||||||
|
|
||||||
nativeCheckInputs = [ pytest glibcLocales nose ];
|
nativeCheckInputs = [ pytest glibcLocales mock nose ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pyqtwebengine.wrapQtAppsHook ];
|
nativeBuildInputs = [ pyqtwebengine.wrapQtAppsHook ];
|
||||||
buildInputs = [ lame mpv-unwrapped libpulseaudio ];
|
buildInputs = [ lame mpv-unwrapped libpulseaudio ];
|
||||||
|
|
Loading…
Reference in a new issue