Skip to content
Commit c13df548 authored by Luke Granger-Brown's avatar Luke Granger-Brown
Browse files

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".
parent 222196b9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment