dotnet: add passthru.icu to VMR runtimes

This matches what's exposed in the binary packages.
This commit is contained in:
David McFarland
2025-02-18 13:48:31 -04:00
parent 332682c24a
commit 9daef8fef0
@@ -197,6 +197,10 @@ let
runHook postInstall
'';
passthru = {
inherit (vmr) icu;
};
meta = vmr.meta // {
mainProgram = "dotnet";
};
@@ -224,6 +228,10 @@ let
runHook postInstall
'';
passthru = {
inherit (vmr) icu;
};
meta = vmr.meta // {
mainProgram = "dotnet";
};