mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
docutils: use python3Packages (#54325)
This commit is contained in:
parent
674c882303
commit
202dec3e7d
1 changed files with 1 additions and 3 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue