Merge pull request #119502 from SuperSandro2000/SuperSandro2000-patch-1
phpPackages.couchbase: Remove extra emptry array
This commit is contained in:
commit
859535c5df
@ -17,7 +17,7 @@ buildPecl {
|
||||
broken = lib.versionAtLeast php.version "8.0";
|
||||
|
||||
buildInputs = [ libcouchbase zlib ];
|
||||
internalDeps = [] ++ lib.optionals (lib.versionOlder php.version "8.0") [ 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