rider: add avalonia libs needed for dotMemory (#348338)
This commit is contained in:
commit
53f77a5620
@ -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) ''
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user