hitch: add passthru.tests
This commit is contained in:
parent
6ab9c60bbe
commit
333c056159
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig }:
|
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig, nixosTests }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.6.0";
|
version = "1.6.0";
|
||||||
pname = "hitch";
|
pname = "hitch";
|
||||||
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
outputs = [ "out" "doc" "man" ];
|
outputs = [ "out" "doc" "man" ];
|
||||||
|
|
||||||
|
passthru.tests.hitch = nixosTests.hitch;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software";
|
description = "Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software";
|
||||||
homepage = "https://hitch-tls.org/";
|
homepage = "https://hitch-tls.org/";
|
||||||
|
|
Loading…
Reference in a new issue