Merge pull request #122030 from primeos/chromiumBeta

chromiumBeta: Add curl as dependency to fix the build
This commit is contained in:
Michael Weiss
2021-05-07 16:29:53 +02:00
committed by GitHub

View File

@@ -20,6 +20,7 @@
, pipewire
, libva
, libdrm, wayland, mesa, libxkbcommon # Ozone
, curl
# optional dependencies
, libgcrypt ? null # gnomeSupport || cupsSupport
@@ -155,6 +156,7 @@ let
pipewire
libva
libdrm wayland mesa.drivers libxkbcommon
curl
] ++ optional gnomeKeyringSupport libgnome-keyring3
++ optionals gnomeSupport [ gnome.GConf libgcrypt ]
++ optionals cupsSupport [ libgcrypt cups ]