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