uutils-coreutils: Use Python3 sphinx for docs
This commit is contained in:
parent
e98e29ed3a
commit
36758a34a8
1 changed files with 1 additions and 1 deletions
|
@ -3516,7 +3516,7 @@ in
|
|||
uudeview = callPackage ../tools/misc/uudeview { };
|
||||
|
||||
uutils-coreutils = callPackage ../tools/misc/uutils-coreutils {
|
||||
inherit (pythonPackages) sphinx;
|
||||
inherit (python3Packages) sphinx;
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue