php: passthru .dev output as well

This commit is contained in:
Elis Hirwing
2020-04-05 16:45:23 +02:00
committed by talyz
parent a2099156ec
commit 1b69056e46
@@ -195,6 +195,7 @@ let
symlinkJoin {
name = "php-with-extensions-${version}";
inherit version;
inherit (php) dev;
nativeBuildInputs = [ makeWrapper ];
passthru = {
inherit buildEnv packages extensions;