hitch: add passthru.tests

gstqt5
Julien Langlois 2020-07-03 13:58:33 -04:00
parent 6ab9c60bbe
commit 333c056159
No known key found for this signature in database
GPG Key ID: BB220B0A40F7F862
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig }:
{ stdenv, fetchurl, docutils, libev, openssl, pkgconfig, nixosTests }:
stdenv.mkDerivation rec {
version = "1.6.0";
pname = "hitch";
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "doc" "man" ];
passthru.tests.hitch = nixosTests.hitch;
meta = with stdenv.lib; {
description = "Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software";
homepage = "https://hitch-tls.org/";