phpPackages.php_excel: mark broken

This commit is contained in:
Izorkin 2019-04-20 17:13:05 +03:00
parent f40f2323fa
commit fb0f967d75

View file

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