ukmm: fix cargoTestFlags/cargoBuildFlags for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 12:22:39 +01:00
parent d0050263c5
commit bcfd3ba079
+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.
NIX_LDFLAGS = [
env.NIX_LDFLAGS = [
"--push-state"
"--no-as-needed"
"-lEGL"