mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
phpPackages.php_excel: mark broken
This commit is contained in:
parent
f40f2323fa
commit
fb0f967d75
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue