forked from mirrors/nixpkgs
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
|
@ -16,6 +16,7 @@
|
|||
, requests
|
||||
, markdown
|
||||
, matplotlib
|
||||
, mock
|
||||
, pytest
|
||||
, glibcLocales
|
||||
, nose
|
||||
|
@ -104,7 +105,7 @@ buildPythonApplication rec {
|
|||
++ lib.optionals stdenv.isDarwin [ CoreAudio ]
|
||||
;
|
||||
|
||||
nativeCheckInputs = [ pytest glibcLocales nose ];
|
||||
nativeCheckInputs = [ pytest glibcLocales mock nose ];
|
||||
|
||||
nativeBuildInputs = [ pyqtwebengine.wrapQtAppsHook ];
|
||||
buildInputs = [ lame mpv-unwrapped libpulseaudio ];
|
||||
|
|
Loading…
Reference in a new issue