mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 19:47:48 +00:00
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:
commit
5743a3a8fa
@ -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 New Issue
Block a user