mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
matomo: add passthru.tests
This commit is contained in:
parent
804f89ddce
commit
ffbf8e4686
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user