quictls: fix openssl patch paths for 3.4
Fix paths related to OpenSSL 3.4.x patches. Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
@@ -32,8 +32,8 @@ stdenv.mkDerivation rec {
|
||||
../openssl/3.0/openssl-disable-kernel-detection.patch
|
||||
|
||||
(if stdenv.hostPlatform.isDarwin
|
||||
then ../openssl/3.3/use-etc-ssl-certs-darwin.patch
|
||||
else ../openssl/3.3/use-etc-ssl-certs.patch)
|
||||
then ../openssl/3.4/use-etc-ssl-certs-darwin.patch
|
||||
else ../openssl/3.4/use-etc-ssl-certs.patch)
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user