mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
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:
parent
b08562d4c9
commit
ffe4fe4e6c
1 changed files with 13 additions and 3 deletions
|
@ -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."))))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Reference in a new issue