gnu: curl/fixed: Re-instate erroneously dropped patch.

* gnu/packages/curl.scm (curl/fixed) [source]: Inherit base package patches,
having the effect of re-adding 'curl-use-ssl-cert-env.patch'.

Change-Id: I5c0fb5e44ad26cca9490cbbdef824011cffa9b2b
This commit is contained in:
Maxim Cournoyer 2024-11-12 21:05:27 +09:00
parent 18bd867b24
commit b10ce47d8b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -185,7 +185,8 @@ (define-public curl/fixed
(replacement curl/fixed)
(source (origin
(inherit (package-source curl))
(patches (search-patches "curl-CVE-2024-8096.patch")))))))
(patches (append (origin-patches (package-source curl))
(search-patches "curl-CVE-2024-8096.patch"))))))))
(define-public gnurl (deprecated-package "gnurl" curl))