php56Packages.apcu40: fix build after #31526

This commit is contained in:
Orivej Desh 2017-11-15 14:09:50 +00:00
parent 8f75c783cd
commit 2fc20639b7

View File

@ -13,8 +13,8 @@ let
apcu40 = assert !isPhp7; buildPecl {
name = "apcu-4.0.7";
sha256 = "1mhbz56mbnq7dryf2d64l84lj3fpr5ilmg2424glans3wcg772hp";
buildInputs = [ pkgs.pcre ];
};
apcu51 = assert isPhp7; buildPecl {