summary refs log tree commit diff
path: root/pkgs/build-support/build-pecl.nix
Commit message (Collapse)AuthorAge
* php: Run nixpkgs-fmt on all php related filesElis Hirwing2021-06-26
|
* php.buildPecl: Add checkPhaseMarco Sirabella2021-05-27
| | | | Also update phpPackages' to use NO_INTERACTION
* Revert "php: Add php package versions to extensions/packages pnames"Maximilian Bosch2021-03-04
| | | | This reverts commit a081dcf86de4f100efe604a52b32df4b14892f44.
* php: Add php package versions to extensions/packages pnamesElis Hirwing2021-02-27
|
* php.buildPecl: Allow PECLs to depend on other PECLstalyz2020-05-09
| | | | | | | | Some PECLs depend on other PECLs and, like internal PHP extension dependencies, need to be loaded in the correct order. This makes this possible by adding the argument "peclDeps" to buildPecl, which adds the extension to buildInputs and is treated the same way as internalDeps when the extension config is generated.
* php.packages.buildPecl: Introduce built-in extension dependenciestalyz2020-04-05
| | | | | Introduce the internalDeps attribute used by mkExtension, to refer to internal php extensions built by mkExtension.
* phpPackages: build phpPackages with re2cIzorkin2019-06-11
|
* phpPackages: build packages with pnameIzorkin2019-04-20
|
* Revert "fix phpPackages memcache,memcached,xdebug"Andreas Rammhold2017-12-10
| | | | This reverts commit 8c125c0c7448086cb4bd8dafd1f798d8697fcd78.
* build-pecl: honour nativeBuildInputsPiotr Bogdan2017-11-02
| | | | Otherwise certain extensions are unable to locate pkgconfig.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* fix phpPackages memcache,memcached,xdebugEmil Rangden2015-02-05
| | | | | | These packages, and maybe some more include unix.h for some reason. Creating that file makes them build, and in the case of xdebug also appear to work.
* Simplify php-packages.nixShea Levy2014-07-03
|
* Make php packages available in nix-envShea Levy2014-07-03
|
* Add memcache php moduleShea Levy2014-03-24