Skip to content

Commit

Permalink
Merge pull request #206930 from brcha/davinci_resolve_fix_qt_plugins
Browse files Browse the repository at this point in the history
davinci-resolve: fix when QT_PLUGIN_PATH already exists in the env
  • Loading branch information
mweinelt authored Jan 27, 2023
2 parents b4c83ad + 543fe42 commit 30e84e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/video/davinci-resolve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,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
''
Expand Down

0 comments on commit 30e84e2

Please sign in to comment.