Skip to content

Commit

Permalink
electron-source.electron_26: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyureka committed Mar 14, 2024
1 parent a3351db commit 044c4aa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 896 deletions.
9 changes: 0 additions & 9 deletions pkgs/development/tools/electron/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {

src = null;

patches = base.patches ++ lib.optional (lib.versionOlder info.version "27")
(substituteAll {
name = "version.patch";
src = ./version.patch;
inherit (info) version;
})
;

unpackPhase = ''
runHook preUnpack
'' + (
Expand Down Expand Up @@ -167,7 +159,6 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
enable_widevine = false;
use_perfetto_client_library = false;
enable_check_raw_ptr_fields = false;
} // lib.optionalAttrs (lib.versionAtLeast info.version "27") {
override_electron_version = info.version;
};

Expand Down
Loading

0 comments on commit 044c4aa

Please sign in to comment.