forked from mirrors/nixpkgs
hound: add passthru.tests
This commit is contained in:
parent
1ab4b4a183
commit
e9b34e0de8
|
@ -4,6 +4,7 @@
|
|||
, makeWrapper
|
||||
, mercurial
|
||||
, git
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
@ -28,6 +29,8 @@ buildGoModule rec {
|
|||
wrapProgram $out/bin/houndd --prefix PATH : ${lib.makeBinPath [ mercurial git ]}
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) hound; };
|
||||
|
||||
meta = with lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Lightning fast code searching made easy";
|
||||
|
|
Loading…
Reference in a new issue