nixpkgs/pkgs/development/interpreters/php
Luke Granger-Brown c13df548a3 php: override outputsToInstall when using withExtensions
At the moment, using .withExtensions on a PHP derivation will
produce something which can't be used inside an
environment.systemPackages array, because outputsToInstall refers
to an output which doesn't exist on the final derivation.

Instead, override it back to just containing the single output
"out".
2020-05-06 21:44:27 +01:00
..
default.nix php: override outputsToInstall when using withExtensions 2020-05-06 21:44:27 +01:00
fix-paths-php7.patch
php72-darwin-isfinite.patch
php73-darwin-isfinite.patch