From a0c5dd8a09215e47a67122005a0525febdee8d72 Mon Sep 17 00:00:00 2001 From: xeji <36407913+xeji@users.noreply.github.com> Date: Wed, 19 Sep 2018 22:18:29 +0200 Subject: arelle: fix build, use current python3 (#46862) It was pinned to python34, build failed in dependency python34Packages.pytest. Use python3(6) instead. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b33088174734..525b2eeb951a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -15468,7 +15468,7 @@ with pkgs; inherit (vamp) vampSDK; }; - inherit (python34Packages) arelle; + inherit (python3Packages) arelle; ario = callPackage ../applications/audio/ario { }; -- cgit 1.4.1