zed-editor: move RUSTFLAGS env variables into env for structuredAttrs
This commit is contained in:
@@ -208,10 +208,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
# Used by `zed --version`
|
||||
RELEASE_VERSION = finalAttrs.version;
|
||||
LK_CUSTOM_WEBRTC = livekit-libwebrtc;
|
||||
RUSTFLAGS = lib.optionalString withGLES "--cfg gles";
|
||||
};
|
||||
|
||||
RUSTFLAGS = lib.optionalString withGLES "--cfg gles";
|
||||
|
||||
preBuild = ''
|
||||
bash script/generate-licenses
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user