Skip to content

Commit

Permalink
electron-source.electron_29: remove as it's EOL
Browse files Browse the repository at this point in the history
(cherry picked from commit fd91115)
  • Loading branch information
emilylange authored and emilazy committed Aug 27, 2024
1 parent ed329fb commit 9c01a20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 909 deletions.
4 changes: 1 addition & 3 deletions pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,12 @@ let
"flac"
"libjpeg"
"libpng"
] ++ lib.optionals (!chromiumVersionAtLeast "124") [
# Use the vendored libwebp for M124+ until we figure out how to solve:
# Running phase: configurePhase
# ERROR Unresolved dependencies.
# //third_party/libavif:libavif_enc(//build/toolchain/linux/unbundle:default)
# needs //third_party/libwebp:libwebp_sharpyuv(//build/toolchain/linux/unbundle:default)
"libwebp"
] ++ [
# "libwebp"
"libxslt"
# "opus"
];
Expand Down
Loading

0 comments on commit 9c01a20

Please sign in to comment.