Unverified Commit 64e28411 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

zed-editor: move RUSTFLAGS env variables into env for structuredAttrs

parent f4081862
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -208,9 +208,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    # Used by `zed --version`
    RELEASE_VERSION = finalAttrs.version;
    LK_CUSTOM_WEBRTC = livekit-libwebrtc;
  };

    RUSTFLAGS = lib.optionalString withGLES "--cfg gles";
  };

  preBuild = ''
    bash script/generate-licenses