mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
Wrap PATH for zoom bin to find pulseaudio binaries
Zoom checks for pacmd.
This commit is contained in:
parent
281c99a21a
commit
553bb159d4
1 changed files with 4 additions and 0 deletions
|
@ -231,6 +231,10 @@ or iOS.")
|
||||||
(string-append #$(this-package-input "fontconfig-minimal") "/etc/fonts")
|
(string-append #$(this-package-input "fontconfig-minimal") "/etc/fonts")
|
||||||
#$output)
|
#$output)
|
||||||
":")))
|
":")))
|
||||||
|
`("PATH" prefix
|
||||||
|
,(list #$@(map (lambda (pkg)
|
||||||
|
(file-append (this-package-input pkg) "/lib"))
|
||||||
|
'("pulseaudio"))))
|
||||||
`("LD_LIBRARY_PATH" prefix
|
`("LD_LIBRARY_PATH" prefix
|
||||||
,(list (string-append #$(this-package-input "nss") "/lib/nss")
|
,(list (string-append #$(this-package-input "nss") "/lib/nss")
|
||||||
(string-append #$output "/lib/")
|
(string-append #$output "/lib/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue