Unverified Commit cb9f24d7 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

zed-editor.tests: fix the eval (#400179)

parents 289c17e8 90ec09d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@

  withGLES ? false,
  buildRemoteServer ? true,
  zed-editor,
}:

assert withGLES -> stdenv.hostPlatform.isLinux;
@@ -319,7 +320,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
        };
      }
      // lib.optionalAttrs stdenv.hostPlatform.isLinux {
        withGles = finalAttrs.finalPackage.override { withGLES = true; };
        withGles = zed-editor.override { withGLES = true; };
      };
  };