phpPackages.php_excel: mark broken

This commit is contained in:
Izorkin 2019-04-20 17:13:05 +03:00
parent f40f2323fa
commit fb0f967d75
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ let
}; };
configureFlags = [ "--with-excel" "--with-libxl-incdir=${pkgs.libxl}/include_c" "--with-libxl-libdir=${pkgs.libxl}/lib" ]; configureFlags = [ "--with-excel" "--with-libxl-incdir=${pkgs.libxl}/include_c" "--with-libxl-libdir=${pkgs.libxl}/lib" ];
meta.broken = true;
}; };
phpcbf = pkgs.stdenv.mkDerivation rec { phpcbf = pkgs.stdenv.mkDerivation rec {