rmlint: Use Python3 sphinx for docs

Eliminates a python2 dependency.
This commit is contained in:
Sebastien Braun 2020-10-29 11:44:56 +01:00 committed by Jonathan Ringer
parent 27f705def2
commit c0bcfebaef

View file

@ -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 { };