mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
Wrap main zoom binary
This commit is contained in:
parent
eca65ef8ca
commit
acb40e4eca
1 changed files with 12 additions and 4 deletions
|
@ -262,19 +262,25 @@ or iOS.")
|
||||||
"gcc"
|
"gcc"
|
||||||
"gdk-pixbuf"
|
"gdk-pixbuf"
|
||||||
"glib"
|
"glib"
|
||||||
"mesa"
|
"gtk+"
|
||||||
"mit-krb5"
|
"libdrm"
|
||||||
"nspr"
|
|
||||||
"libglvnd"
|
"libglvnd"
|
||||||
|
"libx11"
|
||||||
"libxcb"
|
"libxcb"
|
||||||
"libxcomposite"
|
"libxcomposite"
|
||||||
"libxcursor"
|
"libxcursor"
|
||||||
"libxdamage"
|
"libxdamage"
|
||||||
"libxext"
|
"libxext"
|
||||||
|
"libxfixes"
|
||||||
|
"libxi"
|
||||||
"libxkbcommon"
|
"libxkbcommon"
|
||||||
"libxkbfile"
|
"libxkbfile"
|
||||||
"libxrandr"
|
"libxrandr"
|
||||||
"libxshmfence"
|
"libxshmfence"
|
||||||
|
"libxtst"
|
||||||
|
"mesa"
|
||||||
|
"mit-krb5"
|
||||||
|
"nspr"
|
||||||
"pango"
|
"pango"
|
||||||
"pipewire"
|
"pipewire"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
|
@ -282,8 +288,8 @@ or iOS.")
|
||||||
"xcb-util-cursor"
|
"xcb-util-cursor"
|
||||||
"xcb-util-image"
|
"xcb-util-image"
|
||||||
"xcb-util-keysyms"
|
"xcb-util-keysyms"
|
||||||
"xcb-util-wm"
|
|
||||||
"xcb-util-renderutil"
|
"xcb-util-renderutil"
|
||||||
|
"xcb-util-wm"
|
||||||
"zlib")))))
|
"zlib")))))
|
||||||
(wrap-program (string-append #$output "/lib/zoom/aomhost")
|
(wrap-program (string-append #$output "/lib/zoom/aomhost")
|
||||||
`("FONTCONFIG_PATH" ":" prefix
|
`("FONTCONFIG_PATH" ":" prefix
|
||||||
|
@ -402,11 +408,13 @@ or iOS.")
|
||||||
libxdamage
|
libxdamage
|
||||||
libxext
|
libxext
|
||||||
libxfixes
|
libxfixes
|
||||||
|
libxi
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
libxkbfile
|
libxkbfile
|
||||||
libxrandr
|
libxrandr
|
||||||
libxrender
|
libxrender
|
||||||
libxshmfence
|
libxshmfence
|
||||||
|
libxtst
|
||||||
mesa
|
mesa
|
||||||
;; Needed for screensharing.
|
;; Needed for screensharing.
|
||||||
mesa-utils
|
mesa-utils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue