rider: add avalonia libs needed for dotMemory (#348338)

This commit is contained in:
Aleksana
2024-11-29 16:46:27 +08:00
committed by GitHub
@@ -32,6 +32,10 @@ in
, xorg
, libGL
, libICE
, libSM
, libX11
, vmopts ? null
}:
@@ -217,7 +221,13 @@ rec {
libxml2
xz
];
extraLdPath = lib.optionals (stdenv.hostPlatform.isLinux) [
# Avalonia dependencies needed for dotMemory
libICE
libSM
libX11
libGL
];
}).overrideAttrs (attrs: {
postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.hostPlatform.isLinux) ''
(