Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

chromiumBeta: Add curl as dependency to fix the build

This fixes the following build error:
[14969/46739] CXX obj/third_party/crashpad/crashpad/util/util/http_transport_libcurl.o[KK[K.o[KKy_reader.or.od.ooor_linux.mojom-shared.o
FAILED: obj/third_party/crashpad/crashpad/util/util/http_transport_libcurl.o
clang++ [...]
../../third_party/crashpad/crashpad/util/net/http_transport_libcurl.cc:17:10: fatal error: 'curl/curl.h' file not found
#include <curl/curl.h>
^~~~~~~~~~~~~
1 error generated.

(cherry picked from commit c0ead3d0c4ae8762be2fdbb0e191c285876dd904)

Changed files
+2
pkgs
applications
networking
browsers
chromium
+2
pkgs/applications/networking/browsers/chromium/common.nix
··· 20 20 , pipewire 21 21 , libva 22 22 , libdrm, wayland, mesa, libxkbcommon # Ozone 23 + , curl 23 24 24 25 # optional dependencies 25 26 , libgcrypt ? null # gnomeSupport || cupsSupport ··· 156 157 pipewire 157 158 libva 158 159 libdrm wayland mesa.drivers libxkbcommon 160 + curl 159 161 ] ++ optional gnomeKeyringSupport libgnome-keyring3 160 162 ++ optionals gnomeSupport [ gnome.GConf libgcrypt ] 161 163 ++ optionals cupsSupport [ libgcrypt cups ]