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

authored by Pol Dellaiera and committed by GitHub cb9f24d7 289c17e8

+2 -1
+2 -1
pkgs/by-name/ze/zed-editor/package.nix
··· 43 43 44 44 withGLES ? false, 45 45 buildRemoteServer ? true, 46 + zed-editor, 46 47 }: 47 48 48 49 assert withGLES -> stdenv.hostPlatform.isLinux; ··· 319 320 }; 320 321 } 321 322 // lib.optionalAttrs stdenv.hostPlatform.isLinux { 322 - withGles = finalAttrs.finalPackage.override { withGLES = true; }; 323 + withGles = zed-editor.override { withGLES = true; }; 323 324 }; 324 325 }; 325 326