mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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:
parent
34a94e3b75
commit
a0c5dd8a09
@ -15468,7 +15468,7 @@ with pkgs;
|
||||
inherit (vamp) vampSDK;
|
||||
};
|
||||
|
||||
inherit (python34Packages) arelle;
|
||||
inherit (python3Packages) arelle;
|
||||
|
||||
ario = callPackage ../applications/audio/ario { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user