summary refs log tree commit diff
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-12 19:12:58 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-12 19:13:10 +0100
commit4e57d4321a6152c5e98a9595cc0705b3a831c1c7 (patch)
tree1c48ded60cfcafd8632f3b1007906068e0da24b7 /pkgs/games/anki
parent91e11f8f224d0112fe1e65a20a9e614ad0960c7a (diff)
anki: Add mock to check inputs
Probably got propagated from somewhere and doesn't anymore, which caused
the breakage.
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index 28bf794a8a971..f4d21256101ad 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -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 ];