Unverified Commit a0334c53 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

ukmm: fix NIX_LDFLAGS eval (#486450)

parents 18451d41 e9eb84fb
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.
  env.NIX_LDFLAGS = [
  env.NIX_LDFLAGS = toString [
    "--push-state"
    "--no-as-needed"
    "-lEGL"