apacheHttpdPackages.mod_perl: add passthru test
This commit is contained in:
parent
5e13c58f78
commit
672f45b30c
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, apacheHttpd, perl }:
|
||||
{ stdenv, fetchurl, apacheHttpd, perl, nixosTests }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mod_perl";
|
||||
@ -28,4 +28,6 @@ stdenv.mkDerivation rec {
|
||||
mv $out${perl}/* $out
|
||||
rm $out/nix -rf
|
||||
'';
|
||||
|
||||
passthru.tests = nixosTests.mod_perl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user