From 08c39f8d473f0dbcd7255f4b080dfc8f9e22d01a 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: [PATCH] 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 a0c5dd8a09215e47a67122005a0525febdee8d72) --- 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 bd0632d5464b..abde513724a1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -15385,7 +15385,7 @@ with pkgs; inherit (vamp) vampSDK; }; - inherit (python34Packages) arelle; + inherit (python3Packages) arelle; ario = callPackage ../applications/audio/ario { };