Skip to content

Commit

Permalink
chromium: fix crashpad build
Browse files Browse the repository at this point in the history
  • Loading branch information
YorikSar committed May 30, 2018
1 parent a4867b3 commit 584006a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,10 @@ let
tar -xJf ${freetype_source}
# remove unused third-party
# in third_party/crashpad third_party/zlib contains just a header-adapter
for lib in ${toString gnSystemLibraries}; do
find -type f -path "*third_party/$lib/*" \
\! -path "*third_party/crashpad/crashpad/third_party/zlib/*" \
\! -path "*third_party/$lib/chromium/*" \
\! -path "*third_party/$lib/google/*" \
\! -path "*base/third_party/icu/*" \
Expand Down

0 comments on commit 584006a

Please sign in to comment.