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 44 withGLES ? false, 45 buildRemoteServer ? true, 46 }: 47 48 assert withGLES -> stdenv.hostPlatform.isLinux; ··· 319 }; 320 } 321 // lib.optionalAttrs stdenv.hostPlatform.isLinux { 322 - withGles = finalAttrs.finalPackage.override { withGLES = true; }; 323 }; 324 }; 325
··· 43 44 withGLES ? false, 45 buildRemoteServer ? true, 46 + zed-editor, 47 }: 48 49 assert withGLES -> stdenv.hostPlatform.isLinux; ··· 320 }; 321 } 322 // lib.optionalAttrs stdenv.hostPlatform.isLinux { 323 + withGles = zed-editor.override { withGLES = true; }; 324 }; 325 }; 326