Merge pull request #92198 from jflanglois/hitch-passthru-tests

hitch: add passthru.tests
This commit is contained in:
Benjamin Hipple 2020-07-03 17:37:30 -04:00 committed by GitHub
commit 7264165fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/";