Pass docutils from pythonPackages to mercurial
This commit is contained in:
parent
bf195b742e
commit
597da08646
1 changed files with 1 additions and 1 deletions
|
@ -7100,7 +7100,7 @@ let
|
|||
mcomix = callPackage ../applications/graphics/mcomix { };
|
||||
|
||||
mercurial = callPackage ../applications/version-management/mercurial {
|
||||
inherit (pythonPackages) curses;
|
||||
inherit (pythonPackages) curses docutils;
|
||||
guiSupport = false; # use mercurialFull to get hgk GUI
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue