Unverified Commit 78886a72 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

zed-editor: add withGLES to passthru.tests (#375156)

parents 66705f30 e28b7617
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -309,11 +309,15 @@ rustPlatform.buildRustPackage rec {
    };
    fhs = fhs { };
    fhsWithPackages = f: fhs { additionalPkgs = f; };
    tests = {
    tests =
      {
        remoteServerVersion = testers.testVersion {
          package = zed-editor.remote_server;
          command = "zed-remote-server-stable-${version} version";
        };
      }
      // lib.optionalAttrs stdenv.hostPlatform.isLinux {
        withGles = zed-editor.override { withGLES = true; };
      };
  };