1
0
Fork 1
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:
Rick van Schijndel 2024-11-12 07:21:05 +01:00 committed by GitHub
commit 7524a7906a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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