Unverified Commit 072a5d05 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

firebird*: move LD_LIBRARY_PATH into env for structuredAttrs

parent 4f954d1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ let
      icu73
    ];

    LD_LIBRARY_PATH = lib.makeLibraryPath [ icu73 ];
    env.LD_LIBRARY_PATH = lib.makeLibraryPath [ icu73 ];

    configureFlags = [
      "--with-system-editline"