about summary refs log tree commit diff
path: root/pkgs/development/python-modules/genanki/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/genanki/default.nix')
-rw-r--r--pkgs/development/python-modules/genanki/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/genanki/default.nix b/pkgs/development/python-modules/genanki/default.nix
index f43fdabf09e51..3f217afd8bb05 100644
--- a/pkgs/development/python-modules/genanki/default.nix
+++ b/pkgs/development/python-modules/genanki/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, buildPythonPackage, fetchPypi, isPy3k
+{ lib, buildPythonPackage, fetchPypi, isPy3k
 , cached-property, frozendict, pystache, pyyaml, pytest, pytestrunner
 }: