mullvad-vpn: add libGL dependency to fix hardware accel

This commit is contained in:
hw-lunemann 2023-01-31 19:31:10 +01:00 committed by Alyssa Ross
parent 5540fae92f
commit ac68ce8b84

View File

@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, dpkg
, alsa-lib, atk, cairo, cups, dbus, expat, fontconfig, freetype
, gdk-pixbuf, glib, pango, nspr, nss, gtk3, mesa
, wayland, xorg, autoPatchelfHook, systemd, libnotify, libappindicator
, libGL, wayland, xorg, autoPatchelfHook, systemd, libnotify, libappindicator
, makeWrapper
}:
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
unpackPhase = "dpkg-deb -x $src .";
runtimeDependencies = [ (lib.getLib systemd) libnotify libappindicator wayland ];
runtimeDependencies = [ (lib.getLib systemd) libGL libnotify libappindicator wayland ];
installPhase = ''
runHook preInstall