forked from mirrors/nixpkgs
hound: make mercurial indexing work
This commit is contained in:
parent
2620745753
commit
990716ce72
|
@ -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