phpPackages.sqlsrv: Mark broken on php74

This commit is contained in:
Elis Hirwing 2019-11-21 22:41:34 +01:00
parent 42495df1f4
commit d1a9b2a130
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -14,6 +14,7 @@ let
});
isPhp73 = pkgs.lib.versionAtLeast php.version "7.3";
isPhp74 = pkgs.lib.versionAtLeast php.version "7.4";
apcu = buildPecl {
version = "5.1.18";
@ -592,6 +593,8 @@ let
sha256 = "0ial621zxn9zvjh7k1h755sm2lc9aafc389yxksqcxcmm7kqmd0a";
buildInputs = [ pkgs.unixODBC ];
meta.broken = isPhp74; # Build error
};
v8 = buildPecl {