phpPackages.redis22: not supported with php >= 7

cc #23253
This commit is contained in:
Franz Pletz 2017-02-28 16:11:33 +01:00
parent baac92fc41
commit c4fd85a451
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -176,7 +176,7 @@ let
redis = if isPhp7 then redisPhp7 else redis22;
redis22 = buildPecl {
redis22 = assert !isPhp7; buildPecl {
name = "redis-2.2.7";
sha256 = "00n9dpk9ak0bl35sbcd3msr78sijrxdlb727nhg7f2g7swf37rcm";
};