ukmm: fix NIX_LDFLAGS eval (#486450)

This commit is contained in:
Gergő Gutyina
2026-02-03 01:23:55 +00:00
committed by GitHub
+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"