mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Fix lightworks by changing path load order. (#355057)
This commit is contained in:
commit
7524a7906a
|
@ -93,7 +93,7 @@ let
|
|||
$out/lib/lightworks/ntcardvt
|
||||
|
||||
wrapProgram $out/lib/lightworks/ntcardvt \
|
||||
--prefix LD_LIBRARY_PATH : ${fullPath}:$out/lib/lightworks \
|
||||
--prefix LD_LIBRARY_PATH : $out/lib/lightworks:${fullPath} \
|
||||
--set FONTCONFIG_FILE $out/lib/lightworks/fonts.conf
|
||||
|
||||
cp -r usr/share $out/share
|
||||
|
|
Loading…
Reference in a new issue