Skip to content

Commit

Permalink
phpPackages.apcu,imagick: fix build after #31526
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 15, 2017
1 parent a7f4d97 commit 8562538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/php-packages.nix
Expand Up @@ -19,9 +19,8 @@ let

apcu51 = assert isPhp7; buildPecl {
name = "apcu-5.1.8";

sha256 = "01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce";

buildInputs = [ pkgs.pcre ];
doCheck = true;
checkTarget = "test";
checkFlagsArray = ["REPORT_EXIT_STATUS=1" "NO_INTERACTION=1"];
Expand Down Expand Up @@ -91,6 +90,7 @@ let
sha256 = "0siyxpszjz6s095s2g2854bhprjq49rf22v6syjiwvndg1pc9fsh";
configureFlags = "--with-imagick=${pkgs.imagemagick.dev}";
nativeBuildInputs = [ pkgs.pkgconfig ];
buildInputs = [ pkgs.pcre ];
};

# No support for PHP 7 yet
Expand Down

0 comments on commit 8562538

Please sign in to comment.