nixpkgs/pkgs
talyz dde5f5f899
php: Make all arguments to a PHP build overridable
Make all arguments to a PHP build overridable; i.e, both configuration
flags, such as valgrindSupport, and packages, such as valgrind:

php.override { valgrindSupport = false; valgrind = valgrind-light; }

This applies to packages built by generic and buildEnv/withExtensions;
i.e, it works with both phpXX and phpXXBase packages.

The following changes were also made to facilitate this:

 - generic and generic' are merged into one function

 - generic now takes all required arguments for a complete build and
   is meant to be called by callPackage

 - The main function called from all-packages.nix no longer takes all
   required arguments for a complete build - all arguments passed to it
   are however forwarded to the individual builds, thus default
   arguments can still be overridden from all-packages.nix
2020-04-24 18:41:53 +02:00
..
applications emacsPackages.mandoku-tls: Fix build 2020-04-24 11:35:37 +01:00
build-support Merge master into staging-next 2020-04-23 08:11:16 +02:00
common-updater common-updater: change default development version check to false 2020-04-16 08:06:56 -03:00
data Merge pull request #85889 from emilazy/twitter-color-emoji-12.1.5 2020-04-24 08:59:20 +02:00
desktops gnomeExtensions.dash-to-dock: 2020-03-19 → 2020-04-20 2020-04-23 22:43:33 +02:00
development php: Make all arguments to a PHP build overridable 2020-04-24 18:41:53 +02:00
games Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv 2020-04-22 13:39:46 -04:00
misc mednafen: Add alsaLib to get ALSA audio output 2020-04-23 19:48:35 +02:00
os-specific Set version to 0.0.1 2020-04-23 22:17:30 -04:00
servers grafana: 6.7.2 -> 6.7.3 2020-04-23 10:09:07 -07:00
shells Merge master into staging-next 2020-04-22 17:20:20 +02:00
stdenv Merge branch 'staging-next' into staging 2020-04-13 18:54:59 +02:00
test
tools Merge pull request #85864 from xrelkd/update/powerline-go 2020-04-24 11:25:02 +01:00
top-level php.buildEnv: Make the exported php package overridable 2020-04-24 13:05:37 +02:00