phpPackages.php_excel: mark broken
This commit is contained in:
parent
f40f2323fa
commit
fb0f967d75
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue