summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-01-20 12:09:17 +0300
committerGitHub <noreply@github.com>2017-01-20 12:09:17 +0300
commitd75a3cfb29ab4a4ee88d08312e9117ba3dc8b087 (patch)
tree36e26aa9d538f5399f16193243ff0fb27a3987f0 /nixos/modules/hardware
parent7f71dd0c495a8bee86944bdc9d7eb39bf43062ce (diff)
parent1db8ab66e3d9911ca7f3d7c59e8c31a67bacf3f2 (diff)
downloadnixlib-d75a3cfb29ab4a4ee88d08312e9117ba3dc8b087.tar
nixlib-d75a3cfb29ab4a4ee88d08312e9117ba3dc8b087.tar.gz
nixlib-d75a3cfb29ab4a4ee88d08312e9117ba3dc8b087.tar.bz2
nixlib-d75a3cfb29ab4a4ee88d08312e9117ba3dc8b087.tar.lz
nixlib-d75a3cfb29ab4a4ee88d08312e9117ba3dc8b087.tar.xz
nixlib-d75a3cfb29ab4a4ee88d08312e9117ba3dc8b087.tar.zst
nixlib-d75a3cfb29ab4a4ee88d08312e9117ba3dc8b087.zip
Merge pull request #21995 from abbradar/opencl
Fix OpenCL support
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/opengl.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hardware/opengl.nix b/nixos/modules/hardware/opengl.nix
index c4fad9a66725..5e38a9880961 100644
--- a/nixos/modules/hardware/opengl.nix
+++ b/nixos/modules/hardware/opengl.nix
@@ -96,7 +96,7 @@ in
       example = literalExample "with pkgs; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]";
       description = ''
         Additional packages to add to OpenGL drivers. This can be used
-        to add additional VA-API/VDPAU drivers.
+        to add OpenCL drivers, VA-API/VDPAU drivers etc.
       '';
     };
 
@@ -107,7 +107,7 @@ in
       description = ''
         Additional packages to add to 32-bit OpenGL drivers on
         64-bit systems. Used when <option>driSupport32Bit</option> is
-        set. This can be used to add additional VA-API/VDPAU drivers.
+        set. This can be used to add OpenCL drivers, VA-API/VDPAU drivers etc.
       '';
     };