Skip to content

Commit

Permalink
chromium: Remove some libs from system depenencies
Browse files Browse the repository at this point in the history
Seems that these libraries aren't the ones Chromium is expecting to be,
so let's switch to use the bundled version of these libraries instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
  • Loading branch information
aszlig committed Nov 9, 2016
1 parent 469fbde commit 7bac6d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/networking/browsers/chromium/common.nix
Expand Up @@ -57,8 +57,7 @@ let
in attrs: concatStringsSep " " (attrValues (mapAttrs toFlag attrs));

gnSystemLibraries = [
"flac" "libjpeg" "libpng" "libvpx" "libwebp" "libxml" "libxslt" "re2"
"snappy" "yasm" "zlib"
"flac" "libwebp" "libxml" "libxslt" "snappy" "yasm"
];

opusWithCustomModes = libopus.override {
Expand All @@ -70,7 +69,7 @@ let
libevent expat libjpeg snappy
libpng libxml2 libxslt libcap
xdg_utils yasm minizip libwebp
libusb1 re2 zlib libvpx
libusb1 re2 zlib
];

# build paths and release info
Expand Down

0 comments on commit 7bac6d4

Please sign in to comment.