Pass docutils from pythonPackages to mercurial
This commit is contained in:
parent
bf195b742e
commit
597da08646
@ -7100,7 +7100,7 @@ let
|
|||||||
mcomix = callPackage ../applications/graphics/mcomix { };
|
mcomix = callPackage ../applications/graphics/mcomix { };
|
||||||
|
|
||||||
mercurial = callPackage ../applications/version-management/mercurial {
|
mercurial = callPackage ../applications/version-management/mercurial {
|
||||||
inherit (pythonPackages) curses;
|
inherit (pythonPackages) curses docutils;
|
||||||
guiSupport = false; # use mercurialFull to get hgk GUI
|
guiSupport = false; # use mercurialFull to get hgk GUI
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user