about summary refs log tree commit diff
path: root/nixos/doc/manual/configuration
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-01-08 10:31:23 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-01-08 10:33:46 +0000
commit337036cffaeaac8226b0c8426a25b0ba1c835b3e (patch)
tree536655d03eafb69a0867fcba1244e8c220d93f89 /nixos/doc/manual/configuration
parentd865557a4de48604318cce11d72f4336e7da3458 (diff)
downloadnixlib-337036cffaeaac8226b0c8426a25b0ba1c835b3e.tar
nixlib-337036cffaeaac8226b0c8426a25b0ba1c835b3e.tar.gz
nixlib-337036cffaeaac8226b0c8426a25b0ba1c835b3e.tar.bz2
nixlib-337036cffaeaac8226b0c8426a25b0ba1c835b3e.tar.lz
nixlib-337036cffaeaac8226b0c8426a25b0ba1c835b3e.tar.xz
nixlib-337036cffaeaac8226b0c8426a25b0ba1c835b3e.tar.zst
nixlib-337036cffaeaac8226b0c8426a25b0ba1c835b3e.zip
beignet: remove the package
`beignet` saw no development since 2018 and was never ported from
`llvmPackages_6`. Is it's a library to support `OpenCL` on older GPUs
let's drop it from `nixpkgs`.
Diffstat (limited to 'nixos/doc/manual/configuration')
-rw-r--r--nixos/doc/manual/configuration/gpu-accel.chapter.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/nixos/doc/manual/configuration/gpu-accel.chapter.md b/nixos/doc/manual/configuration/gpu-accel.chapter.md
index dfccdf291b73..aa63aec61669 100644
--- a/nixos/doc/manual/configuration/gpu-accel.chapter.md
+++ b/nixos/doc/manual/configuration/gpu-accel.chapter.md
@@ -65,12 +65,10 @@ hardware.opengl.extraPackages = [
 [Intel Gen8 and later
 GPUs](https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units#Gen8)
 are supported by the Intel NEO OpenCL runtime that is provided by the
-intel-compute-runtime package. For Gen7 GPUs, the deprecated Beignet
-runtime can be used, which is provided by the beignet package. The
-proprietary Intel OpenCL runtime, in the intel-ocl package, is an
-alternative for Gen7 GPUs.
+intel-compute-runtime package. The proprietary Intel OpenCL runtime, in
+the intel-ocl package, is an alternative for Gen7 GPUs.
 
-The intel-compute-runtime, beignet, or intel-ocl package can be added to
+The intel-compute-runtime or intel-ocl package can be added to
 [](#opt-hardware.opengl.extraPackages)
 to enable OpenCL support. For example, for Gen8 and later GPUs, the following
 configuration can be used: