docutils: use python3Packages (#54325)
This commit is contained in:
parent
674c882303
commit
202dec3e7d
@ -8626,7 +8626,7 @@ in
|
|||||||
|
|
||||||
doclifter = callPackage ../development/tools/misc/doclifter { };
|
doclifter = callPackage ../development/tools/misc/doclifter { };
|
||||||
|
|
||||||
docutils = pythonPackages.docutils;
|
docutils = with python3Packages; toPythonApplication docutils;
|
||||||
|
|
||||||
doctl = callPackage ../development/tools/doctl { };
|
doctl = callPackage ../development/tools/doctl { };
|
||||||
|
|
||||||
@ -18373,8 +18373,6 @@ in
|
|||||||
x11Support = !stdenv.isDarwin;
|
x11Support = !stdenv.isDarwin;
|
||||||
xineramaSupport = !stdenv.isDarwin;
|
xineramaSupport = !stdenv.isDarwin;
|
||||||
xvSupport = !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 { };
|
mpv-with-scripts = callPackage ../applications/video/mpv/wrapper.nix { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user