arelle: fix build, use current python3 (#46862)

It was pinned to python34, build failed in dependency
python34Packages.pytest. Use python3(6) instead.

(cherry picked from commit a0c5dd8a09)
This commit is contained in:
xeji
2018-09-19 22:18:29 +02:00
committed by Uli Baum
parent b8f71e3c79
commit 08c39f8d47

View File

@@ -15385,7 +15385,7 @@ with pkgs;
inherit (vamp) vampSDK;
};
inherit (python34Packages) arelle;
inherit (python3Packages) arelle;
ario = callPackage ../applications/audio/ario { };