phpPackages.sqlsrv: Mark broken on php74
This commit is contained in:
parent
42495df1f4
commit
d1a9b2a130
@ -14,6 +14,7 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
isPhp73 = pkgs.lib.versionAtLeast php.version "7.3";
|
isPhp73 = pkgs.lib.versionAtLeast php.version "7.3";
|
||||||
|
isPhp74 = pkgs.lib.versionAtLeast php.version "7.4";
|
||||||
|
|
||||||
apcu = buildPecl {
|
apcu = buildPecl {
|
||||||
version = "5.1.18";
|
version = "5.1.18";
|
||||||
@ -592,6 +593,8 @@ let
|
|||||||
sha256 = "0ial621zxn9zvjh7k1h755sm2lc9aafc389yxksqcxcmm7kqmd0a";
|
sha256 = "0ial621zxn9zvjh7k1h755sm2lc9aafc389yxksqcxcmm7kqmd0a";
|
||||||
|
|
||||||
buildInputs = [ pkgs.unixODBC ];
|
buildInputs = [ pkgs.unixODBC ];
|
||||||
|
|
||||||
|
meta.broken = isPhp74; # Build error
|
||||||
};
|
};
|
||||||
|
|
||||||
v8 = buildPecl {
|
v8 = buildPecl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user