popcorntime: add libGL

This commit is contained in:
qubitnano 2024-05-04 10:14:17 -04:00
parent 3c8315eac2
commit d49defc213

View File

@ -4,6 +4,7 @@
, gsettings-desktop-schemas , gsettings-desktop-schemas
, gtk3 , gtk3
, lib , lib
, libGL
, makeDesktopItem , makeDesktopItem
, makeWrapper , makeWrapper
, nwjs , nwjs
@ -45,7 +46,7 @@ stdenv.mkDerivation rec {
dontUnpack = true; dontUnpack = true;
makeWrapperArgs = [ 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 ]}" "--prefix PATH : ${lib.makeBinPath [ stdenv.cc ]}"
]; ];