mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
davinci-resolve: fix runtime error
See https://github.com/NixOS/nixpkgs/issues/265476 This is a hack that effectively undoes https://github.com/NixOS/nixpkgs/pull/263201 for just this derivation. Really we should probably be doing a ton of autoPatchelf or something to patch in our libs. Alas, this is “good enough” to un-break for now, I think.
This commit is contained in:
parent
304b1bd679
commit
f1361c5089
@ -242,7 +242,7 @@ buildFHSEnv {
|
||||
''
|
||||
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
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/lib32:${davinci}/libs
|
||||
${davinci}/bin/resolve
|
||||
''
|
||||
}";
|
||||
|
Loading…
Reference in New Issue
Block a user