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

It was pinned to python34, build failed in dependency
python34Packages.pytest. Use python3(6) instead.
This commit is contained in:
xeji
2018-09-19 22:18:29 +02:00
committed by GitHub
parent 34a94e3b75
commit a0c5dd8a09

View File

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