ukmm: fix NIX_LDFLAGS eval

This commit is contained in:
Kira Bruneau
2026-02-02 19:56:43 -05:00
parent f08e6b11a5
commit e9eb84fb8c
+1 -1
View File
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Force linking to libEGL, which is always dlopen()ed, and to
# libwayland-client & libxkbcommon, which is dlopen()ed based on the
# winit backend.
env.NIX_LDFLAGS = [
env.NIX_LDFLAGS = toString [
"--push-state"
"--no-as-needed"
"-lEGL"