Merge pull request #275689 from Kropatz/fix-tetrio-desktop-nvidia
tetrio-desktop: fix GPU issue by adding libGL to libPath
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user