perlPackages.mod_perl2: add passthru test
This commit is contained in:
parent
672f45b30c
commit
63ad6eb8a1
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue