mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
Add mesa-utils for screensharing
This commit is contained in:
parent
f0d517401d
commit
306f7cec91
1 changed files with 4 additions and 1 deletions
|
@ -234,7 +234,8 @@ or iOS.")
|
|||
`("PATH" prefix
|
||||
,(list #$@(map (lambda (pkg)
|
||||
(file-append (this-package-input pkg) "/bin"))
|
||||
'("pulseaudio"))))
|
||||
'("mesa-utils"
|
||||
"pulseaudio"))))
|
||||
`("LD_LIBRARY_PATH" prefix
|
||||
,(list (string-append #$(this-package-input "nss") "/lib/nss")
|
||||
(string-append #$output "/lib/")
|
||||
|
@ -405,6 +406,8 @@ or iOS.")
|
|||
libxrender
|
||||
libxshmfence
|
||||
mesa
|
||||
;; Needed for screensharing.
|
||||
mesa-utils
|
||||
mit-krb5
|
||||
nspr
|
||||
nss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue