jitsi-meet-electron: do not set LD_LIBRARY_PATH

This commit is contained in:
Maximilian Marx 2024-04-16 14:33:57 +02:00
parent 0443439665
commit 5df2409d85
No known key found for this signature in database
GPG Key ID: D981CA0FF602751D
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
, libXtst
, zlib
, electron
, pipewire
}:
buildNpmPackage rec {
@ -72,7 +71,6 @@ buildNpmPackage rec {
makeWrapper ${lib.getExe electron} $out/bin/jitsi-meet-electron \
--add-flags $out/share/jitsi-meet-electron/resources/app.asar \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ pipewire ]} \
--add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \
--inherit-argv0