php: Add nixos test to ensure php-pcre works in httpd
This commit is contained in:
@@ -91,6 +91,7 @@ let
|
||||
configureFlags = [ "--enable-pcntl" ];
|
||||
};
|
||||
|
||||
# pcre functionality is tested in nixos/tests/php-pcre.nix
|
||||
pcre = {
|
||||
configureFlags = ["--with-pcre-regex=${pcre.dev} PCRE_LIBDIR=${pcre}"];
|
||||
buildInputs = [ pcre ];
|
||||
|
||||
Reference in New Issue
Block a user