This commit is contained in:
Nathan McCarty 2023-04-09 02:30:26 -04:00
parent 4007a969de
commit d54c0e3bcb
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 0 additions and 8 deletions

View File

@ -65,13 +65,6 @@
libvdpau-va-gl libvdpau-va-gl
vaapiVdpau vaapiVdpau
intel-ocl intel-ocl
intel-media-driver
];
extraPackages32 = with pkgs.pkgsi686Linux; [
libva
vaapiIntel
libvdpau-va-gl
vaapiVdpau
]; ];
}; };
# Newer kernel # Newer kernel
@ -92,7 +85,6 @@
libvdpau-va-gl libvdpau-va-gl
vaapiVdpau vaapiVdpau
intel-ocl intel-ocl
intel-media-driver
]; ];
}); });
}; };