mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 17:41:12 +00:00
rmlint: Use Python3 sphinx for docs
Eliminates a python2 dependency.
This commit is contained in:
parent
27f705def2
commit
c0bcfebaef
|
@ -6824,7 +6824,7 @@ in
|
|||
rkrlv2 = callPackage ../applications/audio/rkrlv2 {};
|
||||
|
||||
rmlint = callPackage ../tools/misc/rmlint {
|
||||
inherit (pythonPackages) sphinx;
|
||||
inherit (python3Packages) sphinx;
|
||||
};
|
||||
|
||||
rng-tools = callPackage ../tools/security/rng-tools { };
|
||||
|
|
Loading…
Reference in a new issue