3
0
Fork 0
forked from mirrors/nixpkgs

hound: make mercurial indexing work

(cherry picked from commit 990716ce72)
This commit is contained in:
Rob Vermaas 2016-11-08 14:06:51 +00:00
parent bbb5f73d71
commit b0dd048cc5

View file

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