3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #31153 from jbboehr/fix/apcu-5.1.8-m

phpPackages.apcu: 5.1.2 -> 5.1.8 and enable tests
This commit is contained in:
Jörg Thalheim 2017-11-03 00:19:52 +00:00 committed by GitHub
commit 60c4104b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,13 @@ let
};
apcu51 = assert isPhp7; buildPecl {
name = "apcu-5.1.2";
name = "apcu-5.1.8";
sha256 = "0r5pfbjbmdj46h20jm3iqmy969qd27ajyf0phjhgykv6j0cqjlgd";
sha256 = "01dfbf0245d8cc0f51ba16467a60b5fad08e30b28df7846e0dd213da1143ecce";
doCheck = true;
checkTarget = "test";
checkFlagsArray = ["REPORT_EXIT_STATUS=1" "NO_INTERACTION=1"];
};
ast = assert isPhp7; buildPecl {