nixos/tests/privoxy: add test

This commit is contained in:
rnhmjoj
2021-03-09 11:03:00 +01:00
parent 8e21a1c51b
commit 2120f02960
3 changed files with 117 additions and 0 deletions
@@ -1,4 +1,5 @@
{ lib, stdenv
, nixosTests
, fetchurl, autoreconfHook
, zlib, pcre, w3m, man
, mbedtls, brotli
@@ -31,6 +32,8 @@ stdenv.mkDerivation rec {
rm -r $out/var
'';
passthru.tests.privoxy = nixosTests.privoxy;
meta = with lib; {
homepage = "https://www.privoxy.org/";
description = "Non-caching web proxy with advanced filtering capabilities";