add unixodbc lib to LD_LIBRARY_PATH for libreoffice (#506379)

This commit is contained in:
7c6f434c
2026-04-04 17:34:09 +00:00
committed by GitHub
@@ -19,6 +19,7 @@
extraMakeWrapperArgs ? [ ],
dbusVerify ? stdenv.hostPlatform.isLinux,
dbus,
unixodbc,
}:
let
@@ -28,6 +29,10 @@ let
makeWrapperArgs = builtins.concatStringsSep " " (
[
"--prefix"
"LD_LIBRARY_PATH"
":"
"${lib.getLib unixodbc}/lib"
"--set"
"GDK_PIXBUF_MODULE_FILE"
"${librsvg}/${gdk-pixbuf.moduleDir}.cache"