fix(intel): add opengl packages for 32bit

This commit is contained in:
Bob van der Linden 2021-11-15 22:14:15 +01:00
parent 4045d5f43a
commit 5190a9b4f2
No known key found for this signature in database
GPG key ID: EEBE8E3EC4A31364

View file

@ -12,4 +12,11 @@
libvdpau-va-gl
intel-media-driver
];
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [
vaapiIntel
vaapiVdpau
libvdpau-va-gl
intel-media-driver
];
}