rider: add avalonia libs needed for dotMemory
This commit is contained in:
parent
5633bcff0c
commit
4d0407614d
@ -31,6 +31,10 @@ in
|
||||
, xorg
|
||||
, libGL
|
||||
|
||||
, libICE
|
||||
, libSM
|
||||
, libX11
|
||||
|
||||
, vmopts ? null
|
||||
}:
|
||||
|
||||
@ -216,7 +220,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