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:
parent
ff4a1cf4d8
commit
8bdb5204be
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ in
|
|||
|
||||
aria2 = callPackage ../tools/networking/aria2 {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
inherit (pythonPackages) sphinx;
|
||||
inherit (python3Packages) sphinx;
|
||||
};
|
||||
aria = aria2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue