summary refs log tree commit diff
path: root/pkgs/tools/networking/privoxy
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-03-03 17:18:09 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2021-03-09 11:03:00 +0100
commit2120f02960dfe854caeec5707951872effae92b3 (patch)
tree6f57c79d4c91b69d0f421d6926f75051cac3ca08 /pkgs/tools/networking/privoxy
parent8e21a1c51bbcdddd001c60cf9ea3975b2e317bbe (diff)
downloadnixpkgs-2120f02960dfe854caeec5707951872effae92b3.tar
nixpkgs-2120f02960dfe854caeec5707951872effae92b3.tar.gz
nixpkgs-2120f02960dfe854caeec5707951872effae92b3.tar.bz2
nixpkgs-2120f02960dfe854caeec5707951872effae92b3.tar.lz
nixpkgs-2120f02960dfe854caeec5707951872effae92b3.tar.xz
nixpkgs-2120f02960dfe854caeec5707951872effae92b3.tar.zst
nixpkgs-2120f02960dfe854caeec5707951872effae92b3.zip
nixos/tests/privoxy: add test
Diffstat (limited to 'pkgs/tools/networking/privoxy')
-rw-r--r--pkgs/tools/networking/privoxy/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/networking/privoxy/default.nix b/pkgs/tools/networking/privoxy/default.nix
index 7a6cf697a94..9fce8d7a5f4 100644
--- a/pkgs/tools/networking/privoxy/default.nix
+++ b/pkgs/tools/networking/privoxy/default.nix
@@ -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";