nongnu: nvidia-firmware: Update synopsis and description.

* nongnu/packages/nvidia.scm (nvidia-firmware)[synopsis,description]: Update.
[arguments]<#:install-plan>: Use version of ‘this-package’.
[propagated-inputs]: Set to '().

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Hilton Chain 2024-03-09 20:38:35 +08:00 committed by John Kehayias
parent b08562d4c9
commit ffe4fe4e6c
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -468,13 +468,23 @@ mainly used as a dependency of other packages. For user-facing purpose, use
(name "nvidia-firmware") (name "nvidia-firmware")
(arguments (arguments
(list #:install-plan (list #:install-plan
#~'(("firmware" #$(string-append #~'(("firmware" #$(string-append "lib/firmware/nvidia/"
"lib/firmware/nvidia/" (package-version base)))) (package-version this-package))))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(delete 'strip)))) (delete 'strip))))
(propagated-inputs '())
(inputs '()) (inputs '())
(native-inputs '())))) (native-inputs '())
(synopsis "Proprietary NVIDIA driver (GSP firmwares)")
(description
"This package provides firmwares for NVIDIA's GPU System Processor.
Firmware installation can be done with @code{nvidia-service-type}, however
whether GSP mode is enabled by default or not depends on the specific GPU
product.
To enable GSP mode manually, add @code{\"NVreg_EnableGpuFirmware=1\"} to
@code{kernel-arguments} field of the @code{operating-system} configuration."))))
;;; ;;;