Loading pkgs/applications/networking/browsers/chromium/common.nix +1 −3 Original line number Diff line number Diff line Loading @@ -102,14 +102,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" ]; Loading pkgs/development/tools/electron/binary/generic.nix +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ let ++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ] ++ optionals (versionOlder version "19.0.0") [ "i686-linux" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; knownVulnerabilities = optional (versionOlder version "29.0.0") "Electron version ${version} is EOL"; # https://www.electronjs.org/docs/latest/tutorial/electron-timelines knownVulnerabilities = optional (versionOlder version "30.0.0") "Electron version ${version} is EOL"; }; fetcher = vers: tag: hash: fetchurl { Loading pkgs/development/tools/electron/info.json +0 −905 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17407,7 +17407,7 @@ with pkgs; electron_24 = electron_24-bin; electron_27 = electron_27-bin; electron_28 = electron_28-bin; electron_29 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_29 then electron-source.electron_29 else electron_29-bin; electron_29 = electron_29-bin; electron_30 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_30 then electron-source.electron_30 else electron_30-bin; electron_31 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_31 then electron-source.electron_31 else electron_31-bin; electron = electron_31; Loading
pkgs/applications/networking/browsers/chromium/common.nix +1 −3 Original line number Diff line number Diff line Loading @@ -102,14 +102,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" ]; Loading
pkgs/development/tools/electron/binary/generic.nix +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ let ++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ] ++ optionals (versionOlder version "19.0.0") [ "i686-linux" ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; knownVulnerabilities = optional (versionOlder version "29.0.0") "Electron version ${version} is EOL"; # https://www.electronjs.org/docs/latest/tutorial/electron-timelines knownVulnerabilities = optional (versionOlder version "30.0.0") "Electron version ${version} is EOL"; }; fetcher = vers: tag: hash: fetchurl { Loading
pkgs/development/tools/electron/info.json +0 −905 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -17407,7 +17407,7 @@ with pkgs; electron_24 = electron_24-bin; electron_27 = electron_27-bin; electron_28 = electron_28-bin; electron_29 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_29 then electron-source.electron_29 else electron_29-bin; electron_29 = electron_29-bin; electron_30 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_30 then electron-source.electron_30 else electron_30-bin; electron_31 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_31 then electron-source.electron_31 else electron_31-bin; electron = electron_31;