nixos/php: Move the pcre tests to the php test attribute

This commit is contained in:
Elis Hirwing
2020-04-05 16:44:59 +02:00
committed by talyz
parent 29e1f0d169
commit 0dc95728ba
6 changed files with 21 additions and 22 deletions
@@ -1,4 +1,6 @@
# pcre functionality is tested in nixos/tests/php-pcre.nix
# We have tests for PCRE and PHP-FPM in nixos/tests/php/ or
# both in the same attribute named nixosTests.php
{ callPackage, config, fetchurl, lib, makeWrapper, stdenv, symlinkJoin
, writeText , autoconf, automake, bison, flex, libtool, pkgconfig, re2c
, apacheHttpd, libargon2, libxml2, pcre, pcre2 , systemd, valgrind