Loading pkgs/development/php-packages/couchbase/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ libcouchbase, zlib, substituteAll, php, }: let pname = "couchbase"; Loading Loading @@ -40,5 +41,6 @@ buildPecl { license = licenses.asl20; homepage = "https://docs.couchbase.com/php-sdk/current/project-docs/sdk-release-notes.html"; maintainers = teams.php.members; broken = lib.versionAtLeast php.version "8.3"; }; } pkgs/development/php-packages/openswoole/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ valgrind, pcre2, fetchFromGitHub, php, }: let Loading Loading @@ -34,5 +35,6 @@ buildPecl { You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process. ''; maintainers = teams.php.members; broken = lib.versionAtLeast php.version "8.4"; }; } pkgs/development/php-packages/phalcon/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,6 @@ buildPecl rec { license = licenses.bsd3; homepage = "https://phalcon.io"; maintainers = teams.php.members ++ [ maintainers.krzaczek ]; broken = lib.versionAtLeast php.version "8.4"; }; } pkgs/development/php-packages/psysh/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ let composerLock = fetchurl { name = "composer.lock"; url = "https://github.com/bobthecow/psysh/releases/download/v${version}/composer-v${version}.lock"; hash = "sha256-ur6mzla3uXeFL6aEHAPdpxGdvcgzOgTLW/CKPbNqeCg="; hash = "sha256-PQDWShzvTY8yF+OUPVJAV0HMx0/KnA03TDhZUM7ppXw="; }; in php.buildComposerProject2 (finalAttrs: { Loading @@ -45,7 +45,7 @@ php.buildComposerProject2 (finalAttrs: { composer update --lock --no-install ''; vendorHash = "sha256-mW276lzOTCY68EnvSVR+tD+gh3Y61GrWchVJHDZ4dpg="; vendorHash = "sha256-tKy2A3dGGmZZzZF0JxtG6NYMfG/paQsuxAO1y3GfCsA="; }; meta = { Loading pkgs/development/php-packages/swoole/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,6 @@ buildPecl { homepage = "https://www.swoole.com"; license = lib.licenses.asl20; maintainers = lib.teams.php.members; broken = lib.versionAtLeast php.version "8.4"; }; } Loading
pkgs/development/php-packages/couchbase/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ libcouchbase, zlib, substituteAll, php, }: let pname = "couchbase"; Loading Loading @@ -40,5 +41,6 @@ buildPecl { license = licenses.asl20; homepage = "https://docs.couchbase.com/php-sdk/current/project-docs/sdk-release-notes.html"; maintainers = teams.php.members; broken = lib.versionAtLeast php.version "8.3"; }; }
pkgs/development/php-packages/openswoole/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ valgrind, pcre2, fetchFromGitHub, php, }: let Loading Loading @@ -34,5 +35,6 @@ buildPecl { You can use the sync or async, Coroutine API to write whole applications or create thousands of light weight Coroutines within one Linux process. ''; maintainers = teams.php.members; broken = lib.versionAtLeast php.version "8.4"; }; }
pkgs/development/php-packages/phalcon/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,6 @@ buildPecl rec { license = licenses.bsd3; homepage = "https://phalcon.io"; maintainers = teams.php.members ++ [ maintainers.krzaczek ]; broken = lib.versionAtLeast php.version "8.4"; }; }
pkgs/development/php-packages/psysh/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ let composerLock = fetchurl { name = "composer.lock"; url = "https://github.com/bobthecow/psysh/releases/download/v${version}/composer-v${version}.lock"; hash = "sha256-ur6mzla3uXeFL6aEHAPdpxGdvcgzOgTLW/CKPbNqeCg="; hash = "sha256-PQDWShzvTY8yF+OUPVJAV0HMx0/KnA03TDhZUM7ppXw="; }; in php.buildComposerProject2 (finalAttrs: { Loading @@ -45,7 +45,7 @@ php.buildComposerProject2 (finalAttrs: { composer update --lock --no-install ''; vendorHash = "sha256-mW276lzOTCY68EnvSVR+tD+gh3Y61GrWchVJHDZ4dpg="; vendorHash = "sha256-tKy2A3dGGmZZzZF0JxtG6NYMfG/paQsuxAO1y3GfCsA="; }; meta = { Loading
pkgs/development/php-packages/swoole/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,6 @@ buildPecl { homepage = "https://www.swoole.com"; license = lib.licenses.asl20; maintainers = lib.teams.php.members; broken = lib.versionAtLeast php.version "8.4"; }; }