forked from mirrors/nixpkgs
hound: make mercurial indexing work
(cherry picked from commit 990716ce72
)
This commit is contained in:
parent
bbb5f73d71
commit
b0dd048cc5
|
@ -116,7 +116,7 @@ in {
|
|||
" -conf ${pkgs.writeText "hound.json" cfg.config}";
|
||||
|
||||
};
|
||||
path = [ pkgs.git ];
|
||||
path = [ pkgs.git pkgs.mercurial pkgs.openssh ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue