php.buildEnv: Provide the unwrapped php package in php.unwrapped

This is useful if you need to access the dev output of the unwrapped
derivation.
This commit is contained in:
talyz
2020-04-24 21:28:33 +02:00
parent c3d5d92f4a
commit ef990961bc
2 changed files with 8 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ let
buildEnv = mkBuildEnv allArgs allExtensionFunctions;
withExtensions = mkWithExtensions allArgs allExtensionFunctions;
phpIni = "${phpWithExtensions}/lib/php.ini";
unwrapped = php;
inherit (php-packages) packages extensions;
};
paths = [ php ];