From 09685474e92ceb43110263f1f7fdc3be84fe46e6 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Wed, 2 Nov 2022 17:38:11 +0100 Subject: [PATCH] quictls: only set `enable-ktls` flag on Linux --- pkgs/development/libraries/quictls/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/libraries/quictls/default.nix b/pkgs/development/libraries/quictls/default.nix index cd0ae4d3eef4..5676f54d4f35 100644 --- a/pkgs/development/libraries/quictls/default.nix +++ b/pkgs/development/libraries/quictls/default.nix @@ -102,7 +102,6 @@ stdenv.mkDerivation rec { "shared" # "shared" builds both shared and static libraries "--libdir=lib" "--openssldir=etc/ssl" - "enable-ktls" ] ++ lib.optionals withCryptodev [ "-DHAVE_CRYPTODEV" "-DUSE_CRYPTODEV_DIGESTS"