mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
Fix lightworks by changing path load order.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user