popcorntime: add libGL

This commit is contained in:
qubitnano 2024-05-04 10:14:17 -04:00
parent 3c8315eac2
commit d49defc213
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
, gsettings-desktop-schemas
, gtk3
, lib
, libGL
, makeDesktopItem
, makeWrapper
, nwjs
@ -45,7 +46,7 @@ stdenv.mkDerivation rec {
dontUnpack = true;
makeWrapperArgs = [
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ gcc-unwrapped.lib gtk3 udev ]}"
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ gcc-unwrapped.lib gtk3 udev libGL ]}"
"--prefix PATH : ${lib.makeBinPath [ stdenv.cc ]}"
];