mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: zoom: Ignore some QML/QT environment variables.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/301 * nongnu/packages/messaging.scm (zoom)[arguments]: Reset some QML/QT environment variables. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
02903cebbf
commit
fcdda9283a
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@ or iOS.")
|
||||||
"libxrender"
|
"libxrender"
|
||||||
"zlib")))))
|
"zlib")))))
|
||||||
(wrap-program (string-append #$output "/lib/zoom/zoom")
|
(wrap-program (string-append #$output "/lib/zoom/zoom")
|
||||||
|
'("QML2_IMPORT_PATH" = ())
|
||||||
|
'("QT_PLUGIN_PATH" = ())
|
||||||
|
'("QT_SCREEN_SCALE_FACTORS" = ())
|
||||||
`("FONTCONFIG_PATH" ":" prefix
|
`("FONTCONFIG_PATH" ":" prefix
|
||||||
(,(string-join
|
(,(string-join
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue