We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2b412f + 7346550 commit 839b6aaCopy full SHA for 839b6aa
1 file changed
pkgs/by-name/so/sourcegit/package.nix
@@ -8,6 +8,7 @@
8
makeDesktopItem,
9
libicns,
10
11
+ libGL,
12
libxcursor,
13
libxext,
14
libxi,
@@ -53,8 +54,10 @@ buildDotnetModule (finalAttrs: {
53
54
55
# these are dlopen-ed at runtime
56
# libxi is needed for right-click support
57
+ # libGL is needed for GPU-accelerated rendering (without it, Avalonia falls back to software rendering)
58
# not sure about what the other ones are needed for, but I'll include them anyways
59
runtimeDeps = [
60
+ libGL
61
libxcursor
62
libxext
63
libxi
0 commit comments