mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
hitch: add passthru.tests
This commit is contained in:
parent
6ab9c60bbe
commit
333c056159
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user