Skip to content

Commit

Permalink
Merge pull request #235053 from primeos/chromiumBeta
Browse files Browse the repository at this point in the history
chromiumBeta: Fix the build with LLVM 16 by reverting a commit
  • Loading branch information
primeos authored May 30, 2023
2 parents 99c6349 + 16f87c4 commit e9ebf38
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ let
# (we currently package 1.26 in Nixpkgs while Chromium bundles 1.21):
# Source: https://bugs.chromium.org/p/angleproject/issues/detail?id=7582#c1
./patches/angle-wayland-include-protocol.patch
] ++ lib.optionals (chromiumVersionAtLeast "114") [
# We need to revert this patch to build M114+ with LLVM 16:
(githubPatch {
# Reland [clang] Disable autoupgrading debug info in ThinLTO builds
commit = "54969766fd2029c506befc46e9ce14d67c7ed02a";
sha256 = "sha256-Vryjg8kyn3cxWg3PmSwYRG6zrHOqYWBMSdEMGiaPg6M=";
revert = true;
})
];

postPatch = ''
Expand Down

0 comments on commit e9ebf38

Please sign in to comment.