mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
phpPackages.pdo_sqlsrv: Mark broken on php74
This commit is contained in:
parent
ec8203130b
commit
4033432593
@ -269,6 +269,8 @@ let
|
||||
sha256 = "02ill1iqffa5fha9iz4y91823scml24ikfk8pn90jyycfwv07x6a";
|
||||
|
||||
buildInputs = [ pkgs.unixODBC ];
|
||||
|
||||
meta.broken = isPhp74; # Build error
|
||||
};
|
||||
|
||||
php-cs-fixer = mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user