chromiumDev: Fix the build

This commit is contained in:
Michael Weiss 2021-10-16 21:55:57 +02:00
parent c141fd8c1a
commit b0581c2699
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -34,6 +34,7 @@
, libva
, libdrm, wayland, libxkbcommon # Ozone
, curl
, epoxy
# postPatch:
, glibc # gconv + locale
@ -151,6 +152,8 @@ let
libva
libdrm wayland mesa.drivers libxkbcommon
curl
] ++ optionals (chromiumVersionAtLeast "96") [
epoxy
] ++ optionals gnomeSupport [ gnome2.GConf libgcrypt ]
++ optional gnomeKeyringSupport libgnome-keyring3
++ optionals cupsSupport [ libgcrypt cups ]