Pass docutils from pythonPackages to mercurial

This commit is contained in:
Rob Vermaas 2012-07-18 12:42:33 +02:00
parent bf195b742e
commit 597da08646

View file

@ -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
};