mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
palemoon-bin: Fix WebGL support
Needs libglvnd to find libGL.so.1
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, gtk2-x11
|
||||
, withGTK3 ? true
|
||||
, gtk3
|
||||
, libglvnd
|
||||
, libXt
|
||||
, libpulseaudio
|
||||
, makeDesktopItem
|
||||
@@ -147,6 +148,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gappsWrapperArgs+=(
|
||||
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [
|
||||
ffmpeg
|
||||
libglvnd
|
||||
libpulseaudio
|
||||
]}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user