From 40105b043ddc5042810de23823aa96199bd2d95f Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Tue, 7 Jul 2026 07:27:53 -0500 Subject: [PATCH] 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 --- pkgs/by-name/we/webull-desktop/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/we/webull-desktop/package.nix b/pkgs/by-name/we/webull-desktop/package.nix index 9b5af8ba61eb..831a0bd29f02 100644 --- a/pkgs/by-name/we/webull-desktop/package.nix +++ b/pkgs/by-name/we/webull-desktop/package.nix @@ -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