perlPackages.mod_perl2: add passthru test

This commit is contained in:
Stig Palmquist 2021-08-15 22:26:50 +02:00
parent 672f45b30c
commit 63ad6eb8a1

View file

@ -9,6 +9,7 @@
, stdenv, lib, buildPackages, pkgs
, fetchurl, fetchgit, fetchpatch, fetchFromGitHub
, perl, overrides, buildPerl, shortenPerlShebang
, nixosTests
}:
# cpan2nix assumes that perl-packages.nix will be used only with perl 5.30.3 or above
@ -13691,6 +13692,8 @@ let
description = "Embed a Perl interpreter in the Apache HTTP server";
license = lib.licenses.asl20;
};
passthru.tests = nixosTests.mod_perl;
};
Mojolicious = buildPerlPackage {