1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

php: passthru .dev output as well

This commit is contained in:
Elis Hirwing 2020-04-03 06:30:27 +02:00 committed by talyz
parent a2099156ec
commit 1b69056e46
No known key found for this signature in database
GPG key ID: 2DED2151F4671A2B

View file

@ -195,6 +195,7 @@ let
symlinkJoin { symlinkJoin {
name = "php-with-extensions-${version}"; name = "php-with-extensions-${version}";
inherit version; inherit version;
inherit (php) dev;
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
passthru = { passthru = {
inherit buildEnv packages extensions; inherit buildEnv packages extensions;