tetrio-desktop: add libGL to libPath
This fixes the program not being able to use the GPU.
This commit is contained in:
parent
75a3c4e8b6
commit
791dbe138d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue