Merge pull request #119434 from ooesili/firefox-ld-path-prefix

Add Firefox libs to beginning of LD_LIBRARY_PATH
This commit is contained in:
Martin Weinelt 2021-04-22 20:25:45 +02:00 committed by GitHub
commit e75f053238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,7 @@ let
makeWrapper "$oldExe" \
"$out${browser.execdir or "/bin"}/${browserName}${nameSuffix}" \
--suffix LD_LIBRARY_PATH ':' "$libs" \
--prefix LD_LIBRARY_PATH ':' "$libs" \
--suffix-each GTK_PATH ':' "$gtk_modules" \
--prefix PATH ':' "${xdg-utils}/bin" \
--suffix PATH ':' "$out${browser.execdir or "/bin"}" \