mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #127426 from TredwellGit/chromium
chromium: fix APNG support
This commit is contained in:
commit
ef6fa37bae
1 changed files with 2 additions and 1 deletions
|
@ -92,9 +92,10 @@ let
|
|||
};
|
||||
|
||||
defaultDependencies = [
|
||||
(libpng.override { apngSupport = false; }) # https://bugs.chromium.org/p/chromium/issues/detail?id=752403
|
||||
bzip2 flac speex opusWithCustomModes
|
||||
libevent expat libjpeg snappy
|
||||
libpng libcap
|
||||
libcap
|
||||
xdg-utils minizip libwebp
|
||||
libusb1 re2
|
||||
ffmpeg libxslt libxml2
|
||||
|
|
Loading…
Reference in a new issue