feat(package): add libGL as a runtime dependency (#51)

Add libGL to ensure proper runtime support for OpenGL. Without this dependency,
the browser logs errors related to missing GL libraries at startup.
This commit is contained in:
Luis Quiñones
2025-04-19 00:30:43 -05:00
committed by GitHub
parent 35bd36d559
commit a01acea9d2

View File

@@ -14,6 +14,7 @@
gtk3,
libXtst,
libva,
libGL,
pciutils,
pipewire,
adwaita-icon-theme,
@@ -71,8 +72,10 @@ in
curl
libva.out
pciutils
libGL
];
appendRunpaths = [
"${libGL}/lib"
"${pipewire}/lib"
];
# Firefox uses "relrhack" to manually process relocations from a fixed offset