about summary refs log tree commit diff
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-19 22:18:29 +0200
committerGitHub <noreply@github.com>2018-09-19 22:18:29 +0200
commita0c5dd8a09215e47a67122005a0525febdee8d72 (patch)
tree4faa3ee84c760d6a2e039b15f0ef942daac12c2e
parent34a94e3b75ed59ee83c22394d5976933bd3c48ab (diff)
downloadnixlib-a0c5dd8a09215e47a67122005a0525febdee8d72.tar
nixlib-a0c5dd8a09215e47a67122005a0525febdee8d72.tar.gz
nixlib-a0c5dd8a09215e47a67122005a0525febdee8d72.tar.bz2
nixlib-a0c5dd8a09215e47a67122005a0525febdee8d72.tar.lz
nixlib-a0c5dd8a09215e47a67122005a0525febdee8d72.tar.xz
nixlib-a0c5dd8a09215e47a67122005a0525febdee8d72.tar.zst
nixlib-a0c5dd8a09215e47a67122005a0525febdee8d72.zip
arelle: fix build, use current python3 (#46862)
It was pinned to python34, build failed in dependency
python34Packages.pytest. Use python3(6) instead.
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
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 { };