mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: replace-mesa: Group grafts together.
* nongnu/packages/nvidia.scm (replace-mesa): Group grafts together. Fixes: #411
This commit is contained in:
parent
60ffd0353e
commit
f0132f2520
1 changed files with 4 additions and 5 deletions
|
@ -834,11 +834,10 @@ variables @code{__GLX_VENDOR_LIBRARY_NAME=nvidia} and
|
||||||
|
|
||||||
(define* (replace-mesa obj #:key (driver nvda))
|
(define* (replace-mesa obj #:key (driver nvda))
|
||||||
(with-transformation
|
(with-transformation
|
||||||
(compose (package-input-grafting
|
|
||||||
`((,mesa . ,driver)
|
|
||||||
(,nvidia-driver . ,driver)))
|
|
||||||
(package-input-grafting
|
(package-input-grafting
|
||||||
`((,ffmpeg . ,ffmpeg-nvenc))))
|
`((,mesa . ,driver)
|
||||||
|
(,nvidia-driver . ,driver)
|
||||||
|
(,ffmpeg . ,ffmpeg-nvenc)))
|
||||||
obj))
|
obj))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue