Merge pull request #29388 from disassembler/arelle

arelle: add py3to2 as a buildInput
This commit is contained in:
Frederik Rietdijk
2017-09-15 12:26:01 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -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