Commit 9daef8fe authored by David McFarland's avatar David McFarland
Browse files

dotnet: add passthru.icu to VMR runtimes

This matches what's exposed in the binary packages.
parent 332682c2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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";
    };