php80.packages.couchbase: mark as broken for php 8.0
This commit is contained in:
parent
8aae34ee13
commit
2be15aa35d
@ -14,9 +14,10 @@ buildPecl {
|
||||
};
|
||||
|
||||
configureFlags = [ "--with-couchbase" ];
|
||||
broken = lib.versionAtLeast php.version "8.0";
|
||||
|
||||
buildInputs = with pkgs; [ libcouchbase zlib ];
|
||||
internalDeps = [ php.extensions.json ];
|
||||
internalDeps = [] ++ lib.optionals (lib.versionOlder php.version "8.0") [ php.extensions.json ];
|
||||
peclDeps = [ php.extensions.igbinary ];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user