nongnu: nvda: Adjust inputs.

* nongnu/packages/nvidia.scm (nvda)[native-inputs]: Set to '().
[propagated-inputs]: Propagate mesa and nvidia-drivers's propagated-inputs.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Hilton Chain 2024-01-31 19:11:45 +08:00 committed by John Kehayias
parent 57c915ac9e
commit 74fa6e1916
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -658,6 +658,11 @@ configuration, creating application profiles, gpu monitoring and more.")
"These are the libraries of the evil NVIDIA driver, packaged in such a
way that you can use the transformation option @code{--with-graft=mesa=nvda}
to use the NVIDIA driver with a package that requires mesa.")
(native-inputs '())
(propagated-inputs
(append
(package-propagated-inputs mesa)
(package-propagated-inputs nvidia-driver)))
(inputs (list mesa nvidia-driver))
(outputs '("out"))))