Unverified Commit bcfd3ba0 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

ukmm: fix cargoTestFlags/cargoBuildFlags for structuredAttrs

parent d0050263
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"