nixpkgs/pkgs/games/warzone2100
Sergei Trofimovich 3046935bfe warzone2100: fix build against curl-8.4
Without the change the builds fails as
https://hydra.nixos.org/log/536ibf1x7xzfnqr0m5shn09x75cjcaf2-warzone2100-4.3.5.drv:

    error: 'CURLSSLBACKEND_NSS' is deprecated: since 8.3.0.  [-Werror=deprecated-declarations]
     1273 |         const std::vector<curl_sslbackend> backendPreferencesOrder = {CURLSSLBACKEND_SCHANNEL, CURLSSLBACKEND_DARWINSSL, CURLSSLBACKEND_GNUTLS, CURLSSLBACKEND_NSS};

The change pulls in upstream fix.
2023-10-26 12:50:27 +00:00
..
default.nix warzone2100: fix build against curl-8.4 2023-10-26 12:50:27 +00:00