firebird*: move LD_LIBRARY_PATH into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-02 01:21:31 +01:00
parent 4f954d1ac4
commit 072a5d050a
+1 -1
View File
@@ -40,7 +40,7 @@ let
icu73
];
LD_LIBRARY_PATH = lib.makeLibraryPath [ icu73 ];
env.LD_LIBRARY_PATH = lib.makeLibraryPath [ icu73 ];
configureFlags = [
"--with-system-editline"