matomo: add passthru.tests

This commit is contained in:
Tobias Stenzel
2023-10-05 00:20:49 +02:00
parent 804f89ddce
commit ffbf8e4686
+5 -1
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;