matomo: add passthru.tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user