aria2: refactor to avoid python2 dependency

Use python3 Sphinx package instead of python2 Sphinx package,
to avoid build-time dependency on python 2, as per
https://github.com/NixOS/nixpkgs/issues/101964
This commit is contained in:
Sebastien Braun 2020-10-28 22:57:33 +01:00 committed by Jonathan Ringer
parent ff4a1cf4d8
commit 8bdb5204be

View file

@ -1326,7 +1326,7 @@ in
aria2 = callPackage ../tools/networking/aria2 {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (pythonPackages) sphinx;
inherit (python3Packages) sphinx;
};
aria = aria2;