rmlint: Use Python3 sphinx for docs

Eliminates a python2 dependency.
This commit is contained in:
Sebastien Braun
2020-10-29 18:56:02 -07:00
committed by Jonathan Ringer
parent 27f705def2
commit c0bcfebaef
+1 -1
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 { };