tetrio-desktop: add libGL to libPath

This fixes the program not being able to use the GPU.
This commit is contained in:
Kopatz 2023-12-20 19:01:08 +01:00
parent 75a3c4e8b6
commit 791dbe138d

View file

@ -6,6 +6,7 @@
, wrapGAppsHook
, alsa-lib
, cups
, libGL
, libX11
, libXScrnSaver
, libXtst
@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
];
libPath = lib.makeLibraryPath [
libGL
libpulseaudio
systemd
];