mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -15385,7 +15385,7 @@ with pkgs;
|
||||
inherit (vamp) vampSDK;
|
||||
};
|
||||
|
||||
inherit (python34Packages) arelle;
|
||||
inherit (python3Packages) arelle;
|
||||
|
||||
ario = callPackage ../applications/audio/ario { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user