Skip to content

Commit 839b6aa

Browse files
authored
sourcegit: add libGL to runtimeDeps (NixOS#492985)
2 parents b2b412f + 7346550 commit 839b6aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/by-name/so/sourcegit/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
makeDesktopItem,
99
libicns,
1010

11+
libGL,
1112
libxcursor,
1213
libxext,
1314
libxi,
@@ -53,8 +54,10 @@ buildDotnetModule (finalAttrs: {
5354

5455
# these are dlopen-ed at runtime
5556
# libxi is needed for right-click support
57+
# libGL is needed for GPU-accelerated rendering (without it, Avalonia falls back to software rendering)
5658
# not sure about what the other ones are needed for, but I'll include them anyways
5759
runtimeDeps = [
60+
libGL
5861
libxcursor
5962
libxext
6063
libxi

0 commit comments

Comments
 (0)