summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/davinci-resolve
diff options
context:
space:
mode:
authorFilip Brcic <brcha@yandex.com>2022-12-19 22:48:21 +0100
committerFilip Brcic <brcha@yandex.com>2022-12-19 22:48:21 +0100
commit543fe428d29e14055975d1e19f63dc3e4c084f72 (patch)
treeaab6b4726556ea232da228fbab7685e4dbd4846c /pkgs/applications/video/davinci-resolve
parent813a0ef8093292454c2c702eab754117c0941bcd (diff)
davinci-resolve: fix when QT_PLUGIN_PATH already exists in the env
Diffstat (limited to 'pkgs/applications/video/davinci-resolve')
-rw-r--r--pkgs/applications/video/davinci-resolve/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix
index f931e905127f..d46bb2891be7 100644
--- a/pkgs/applications/video/davinci-resolve/default.nix
+++ b/pkgs/applications/video/davinci-resolve/default.nix
@@ -166,6 +166,7 @@ buildFHSUserEnv {
writeText "davinci-wrapper"
''
export QT_XKB_CONFIG_ROOT="${xkeyboard_config}/share/X11/xkb"
+ export QT_PLUGIN_PATH="${davinci}/libs/plugins:$QT_PLUGIN_PATH"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${davinci}/libs
${davinci}/bin/resolve
''