Loading pkgs/development/tools/electron/common.nix +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ in done ) '' + lib.optionalString (lib.versionAtLeast info.version "36") '' echo 'checkout_glic_e2e_tests = false' >> build/config/gclient_args.gni echo 'checkout_mutter = false' >> build/config/gclient_args.gni '' + base.postPatch; preConfigure = Loading pkgs/development/tools/electron/info.json +1325 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/top-level/all-packages.nix +5 −1 Original line number Diff line number Diff line Loading @@ -7819,7 +7819,11 @@ with pkgs; electron-source.electron_35 else electron_35-bin; electron_36 = electron_36-bin; electron_36 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_36 then electron-source.electron_36 else electron_36-bin; electron = electron_35; electron-bin = electron_35-bin; electron-chromedriver = electron-chromedriver_35; Loading Loading
pkgs/development/tools/electron/common.nix +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ in done ) '' + lib.optionalString (lib.versionAtLeast info.version "36") '' echo 'checkout_glic_e2e_tests = false' >> build/config/gclient_args.gni echo 'checkout_mutter = false' >> build/config/gclient_args.gni '' + base.postPatch; preConfigure = Loading
pkgs/development/tools/electron/info.json +1325 −0 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/top-level/all-packages.nix +5 −1 Original line number Diff line number Diff line Loading @@ -7819,7 +7819,11 @@ with pkgs; electron-source.electron_35 else electron_35-bin; electron_36 = electron_36-bin; electron_36 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_36 then electron-source.electron_36 else electron_36-bin; electron = electron_35; electron-bin = electron_35-bin; electron-chromedriver = electron-chromedriver_35; Loading