nyxt: move LD_LIBRARY_PATH into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-02 01:21:31 +01:00
parent a35c3b1f65
commit 4f954d1ac4
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
];
# for cffi
LD_LIBRARY_PATH = lib.makeLibraryPath [
env.LD_LIBRARY_PATH = lib.makeLibraryPath [
glib
gobject-introspection
gdk-pixbuf