gnutls: fixup tpm support (#363705)

This commit is contained in:
Vladimír Čunát
2024-12-15 09:00:16 +01:00
@@ -120,6 +120,8 @@ stdenv.mkDerivation rec {
"--enable-ktls"
] ++ lib.optionals (stdenv.hostPlatform.isMinGW) [
"--disable-doc"
] ++ lib.optionals (stdenv.hostPlatform.isLinux && tpmSupport) [
"--with-trousers-lib=${trousers}/lib/libtspi.so"
];
enableParallelBuilding = true;