summary refs log tree commit diff
path: root/pkgs/development/python-modules/arelle
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/arelle')
-rw-r--r--pkgs/development/python-modules/arelle/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/arelle/default.nix b/pkgs/development/python-modules/arelle/default.nix
index 32c020961f2..2cf14192d09 100644
--- a/pkgs/development/python-modules/arelle/default.nix
+++ b/pkgs/development/python-modules/arelle/default.nix
@@ -1,7 +1,7 @@
 { gui ? true,
   buildPythonPackage, fetchFromGitHub, lib,
   sphinx_1_2, lxml, isodate, numpy, pytest,
-  tkinter ? null,
+  tkinter ? null, py3to2,
   ... }:
 
 let
@@ -26,6 +26,7 @@ buildPythonPackage {
   buildInputs = [
     sphinx_1_2
     pytest
+    py3to2
   ];
   propagatedBuildInputs = [
     lxml