phpPackages.apcu,imagick: fix build after #31526
This commit is contained in:
parent
a7f4d977a7
commit
8562538f1f
@ -19,9 +19,8 @@ let
|
|||||||
|
|
||||||
apcu51 = assert isPhp7; buildPecl {
|
apcu51 = assert isPhp7; buildPecl {
|
||||||
name = "apcu-5.1.8";
|
name = "apcu-5.1.8";
|
||||||
|
|
||||||
sha256 = "01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce";
|
sha256 = "01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce";
|
||||||
|
buildInputs = [ pkgs.pcre ];
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
checkFlagsArray = ["REPORT_EXIT_STATUS=1" "NO_INTERACTION=1"];
|
checkFlagsArray = ["REPORT_EXIT_STATUS=1" "NO_INTERACTION=1"];
|
||||||
@ -91,6 +90,7 @@ let
|
|||||||
sha256 = "0siyxpszjz6s095s2g2854bhprjq49rf22v6syjiwvndg1pc9fsh";
|
sha256 = "0siyxpszjz6s095s2g2854bhprjq49rf22v6syjiwvndg1pc9fsh";
|
||||||
configureFlags = "--with-imagick=${pkgs.imagemagick.dev}";
|
configureFlags = "--with-imagick=${pkgs.imagemagick.dev}";
|
||||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||||
|
buildInputs = [ pkgs.pcre ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# No support for PHP 7 yet
|
# No support for PHP 7 yet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user