forked from mirrors/nixpkgs
php: Move test comment to the top
This commit is contained in:
parent
88195b9863
commit
201444f02d
|
@ -1,3 +1,5 @@
|
|||
# pcre functionality is tested in nixos/tests/php-pcre.nix
|
||||
|
||||
{ lib, stdenv, fetchurl, composableDerivation, autoconf, automake, flex, bison
|
||||
, mysql, libxml2, readline, zlib, curl, postgresql, gettext
|
||||
, openssl, pcre, pkgconfig, sqlite, config, libjpeg, libpng, freetype
|
||||
|
@ -91,7 +93,6 @@ 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 ];
|
||||
|
|
Loading…
Reference in a new issue