Skip to content

Commit

Permalink
zed-editor: add withGLES to passthru.tests (#375156)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 20, 2025
2 parents 66705f3 + e28b761 commit 78886a7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/by-name/ze/zed-editor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,16 @@ rustPlatform.buildRustPackage rec {
};
fhs = fhs { };
fhsWithPackages = f: fhs { additionalPkgs = f; };
tests = {
remoteServerVersion = testers.testVersion {
package = zed-editor.remote_server;
command = "zed-remote-server-stable-${version} version";
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; };
};
};
};

meta = {
Expand Down

0 comments on commit 78886a7

Please sign in to comment.