docutils: use python3Packages (#54325)

This commit is contained in:
Robert Schütz 2019-01-21 15:48:10 +01:00 committed by GitHub
parent 674c882303
commit 202dec3e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8626,7 +8626,7 @@ in
doclifter = callPackage ../development/tools/misc/doclifter { };
docutils = pythonPackages.docutils;
docutils = with python3Packages; toPythonApplication docutils;
doctl = callPackage ../development/tools/doctl { };
@ -18373,8 +18373,6 @@ in
x11Support = !stdenv.isDarwin;
xineramaSupport = !stdenv.isDarwin;
xvSupport = !stdenv.isDarwin;
# Use docutils from python3 to avoid python2 in the closure
inherit (python3Packages) docutils;
};
mpv-with-scripts = callPackage ../applications/video/mpv/wrapper.nix { };