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:
@@ -15468,7 +15468,7 @@ with pkgs;
|
|||||||
inherit (vamp) vampSDK;
|
inherit (vamp) vampSDK;
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (python34Packages) arelle;
|
inherit (python3Packages) arelle;
|
||||||
|
|
||||||
ario = callPackage ../applications/audio/ario { };
|
ario = callPackage ../applications/audio/ario { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user