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
|
{ lib, stdenv, fetchurl, composableDerivation, autoconf, automake, flex, bison
|
||||||
, mysql, libxml2, readline, zlib, curl, postgresql, gettext
|
, mysql, libxml2, readline, zlib, curl, postgresql, gettext
|
||||||
, openssl, pcre, pkgconfig, sqlite, config, libjpeg, libpng, freetype
|
, openssl, pcre, pkgconfig, sqlite, config, libjpeg, libpng, freetype
|
||||||
@ -91,7 +93,6 @@ let
|
|||||||
configureFlags = [ "--enable-pcntl" ];
|
configureFlags = [ "--enable-pcntl" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# pcre functionality is tested in nixos/tests/php-pcre.nix
|
|
||||||
pcre = {
|
pcre = {
|
||||||
configureFlags = ["--with-pcre-regex=${pcre.dev} PCRE_LIBDIR=${pcre}"];
|
configureFlags = ["--with-pcre-regex=${pcre.dev} PCRE_LIBDIR=${pcre}"];
|
||||||
buildInputs = [ pcre ];
|
buildInputs = [ pcre ];
|
||||||
|
Loading…
Reference in New Issue
Block a user