3
0
Fork 0
forked from mirrors/nixpkgs

hound: make mercurial indexing work

This commit is contained in:
Rob Vermaas 2016-11-08 14:06:51 +00:00
parent 2620745753
commit 990716ce72

View file

@ -116,7 +116,7 @@ in {
" -conf ${pkgs.writeText "hound.json" cfg.config}";
};
path = [ pkgs.git ];
path = [ pkgs.git pkgs.mercurial pkgs.openssh ];
};
};