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
|
, wrapGAppsHook
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, cups
|
, cups
|
||||||
|
, libGL
|
||||||
, libX11
|
, libX11
|
||||||
, libXScrnSaver
|
, libXScrnSaver
|
||||||
, libXtst
|
, libXtst
|
||||||
|
@ -49,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
libPath = lib.makeLibraryPath [
|
libPath = lib.makeLibraryPath [
|
||||||
|
libGL
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
systemd
|
systemd
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue