matomo: add passthru.tests

This commit is contained in:
Tobias Stenzel 2023-08-20 21:03:22 +02:00
parent 804f89ddce
commit ffbf8e4686

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, makeWrapper, php }:
{ lib, stdenv, fetchurl, makeWrapper, php, nixosTests }:
let
versions = {
@ -103,6 +103,10 @@ let
popd > /dev/null
'';
passthru = {
tests = nixosTests.matomo."${pname}";
};
meta = with lib; {
description = "A real-time web analytics application";
license = licenses.gpl3Plus;