mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
Merge pull request #274386 from reedrw/chromium-disable-libpng-patch
chromium: never use libpng-apng patch
This commit is contained in:
commit
a927ae417e
@ -195,7 +195,7 @@ let
|
|||||||
buildPlatformLlvmStdenv.cc
|
buildPlatformLlvmStdenv.cc
|
||||||
pkg-config
|
pkg-config
|
||||||
libuuid
|
libuuid
|
||||||
libpng # needed for "host/generate_colors_info"
|
(libpng.override { apngSupport = false; }) # needed for "host/generate_colors_info"
|
||||||
]
|
]
|
||||||
# When cross-compiling, chromium builds a huge proportion of its
|
# When cross-compiling, chromium builds a huge proportion of its
|
||||||
# components for both the `buildPlatform` (which it calls
|
# components for both the `buildPlatform` (which it calls
|
||||||
|
Loading…
Reference in New Issue
Block a user