1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +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 {
name = "php-with-extensions-${version}";
inherit version;
inherit (php) dev;
nativeBuildInputs = [ makeWrapper ];
passthru = {
inherit buildEnv packages extensions;