webull-desktop: correct issue #537123

curl-8.10.0 (dependency built in this derivation) in its original
derivation had no patches.  Current patches to curl do not cleanly
apply to 8.10.0 and are not applicable to 8.10.0
This commit is contained in:
A Frederick Christensen
2026-07-07 15:22:40 -05:00
parent a3b23a411f
commit 40105b043d
+3 -1
View File
@@ -60,7 +60,9 @@ stdenv.mkDerivation (finalAttrs: {
};
# Keep the "CURL_GNUTLS_3" symbol which is sought by libwbhttpsclient.so
patches = (previousAttrs.patches or [ ]) ++ [
# "fix-wakeup-consumption.patch" that is applied to newer versions of curl
# is not needed and will not apply to curl-8.10.0
patches = [
(builtins.toFile "curl-gnutls-keep-symbols-compatible.patch" ''
--- a/lib/libcurl.vers.in
+++ b/lib/libcurl.vers.in