summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2017-11-01 17:58:20 +0000
committerzimbatm <zimbatm@zimbatm.com>2017-11-01 17:59:49 +0000
commit309373ea68839fa28d61fc84c982a4b5c08322cf (patch)
tree15c28fef05a636aa0d6ee512a1ee3be804742b31 /nixos/modules/hardware
parentb84c4206fca8b178cb779f6fc5d0f6419808d127 (diff)
downloadnixlib-309373ea68839fa28d61fc84c982a4b5c08322cf.tar
nixlib-309373ea68839fa28d61fc84c982a4b5c08322cf.tar.gz
nixlib-309373ea68839fa28d61fc84c982a4b5c08322cf.tar.bz2
nixlib-309373ea68839fa28d61fc84c982a4b5c08322cf.tar.lz
nixlib-309373ea68839fa28d61fc84c982a4b5c08322cf.tar.xz
nixlib-309373ea68839fa28d61fc84c982a4b5c08322cf.tar.zst
nixlib-309373ea68839fa28d61fc84c982a4b5c08322cf.zip
intel-ocl: r4.0-59481 -> 5.0-63503
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/opengl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index 486fe7c1cd8f..c2c36f02a143 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -93,7 +93,7 @@ in
     hardware.opengl.extraPackages = mkOption {
       type = types.listOf types.package;
       default = [];
-      example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
+      example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau intel-ocl ]";
       description = ''
         Additional packages to add to OpenGL drivers. This can be used
         to add OpenCL drivers, VA-API/VDPAU drivers etc.